Scroll content, not container

This commit is contained in:
Webifi 2023-05-29 18:28:42 -05:00
parent 183f63c3ce
commit cb00eea2d4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
.dropdown-item .menu-icon {
padding-right: .5em;
}
.dropdown-menu {
.dropdown-menu .dropdown-content {
max-height: calc(100vh - 60px);
overflow-y: auto;
}