Browse Source

Scroll in popover: max 10 items shown and no flex shrink

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v13.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
ce391eeccb
No account linked to committer's email address
2 changed files with 5 additions and 0 deletions
  1. 1
    0
      core/css/apps.scss
  2. 4
    0
      core/css/styles.scss

+ 1
- 0
core/css/apps.scss View File

@@ -822,6 +822,7 @@ kbd {
}
li {
display: flex;
flex: 0 0 auto;
> button,
> a,
> .menuitem {

+ 4
- 0
core/css/styles.scss View File

@@ -1410,6 +1410,10 @@ div.crumb {
.popovermenu {
top: 100%;
margin-right: 3px;
ul {
max-height: 345px;
overflow-y: scroll;
}
.in-breadcrumb {
display: none;
}

Loading…
Cancel
Save