0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 02:32:37 +00:00

Add scrollbar on dropdowns

This commit is contained in:
G.Ambatte
2023-06-30 07:57:33 +12:00
parent 678ac90cd0
commit aadf663623

View File

@@ -79,6 +79,8 @@ nav{
left : 0px;
z-index : 10000;
width : 100%;
overflow : hidden auto;
max-height : calc(100vh - 28px);
.navItem{
animation-name: glideDropDown;
animation-duration: 0.4s;