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

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-11-08 13:39:39 +01:00
parent c6103dc9b7
commit ce391eeccb
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 5 additions and 0 deletions

View File

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

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;
}