Limit bookmarks popup height, #114

This commit is contained in:
Rafael Mardojai CM 2020-02-26 20:19:17 -05:00
parent f2d44e0d82
commit dda64b5a9e
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ panel[type=arrow] {
margin-top: 9px !important; margin-top: 9px !important;
max-height: 80vh !important; max-height: 80vh !important;
} }
#BMB_bookmarksPopup {
max-height: 80vh !important;
}
/* Style popovers */ /* Style popovers */
.panel-arrowcontent .panel-arrowcontent, .panel-arrowcontent .panel-arrowcontent,