💄 style(ui): limit add-to-shelves dropdown height
- 【style】 constrain add-to-shelves dropdown height and enable scroll - 【style】 prevent overly tall menus from overflowing the page
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#add-to-shelves.dropdown-menu {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.tooltip.bottom .tooltip-inner {
|
||||
font-size: 13px;
|
||||
|
||||
Reference in New Issue
Block a user