Let menu scroll on smaller screen devices

This commit is contained in:
Webifi 2023-05-29 18:14:31 -05:00
parent 54dde8afad
commit 4fb033b0e2
1 changed files with 2 additions and 1 deletions

View File

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