💄 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:
Webysther Sperandio
2026-01-26 19:36:47 +01:00
parent e2c3c08d65
commit c1be944a48

View File

@@ -1,3 +1,7 @@
#add-to-shelves.dropdown-menu {
max-height: 300px;
overflow-y: auto;
}
.tooltip.bottom .tooltip-inner {
font-size: 13px;