0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 10:52:46 +00:00

adjust to work with overflow

This commit is contained in:
Víctor Losada Hernández
2024-03-06 19:05:58 +01:00
parent 1721b9087a
commit 3482330629

View File

@@ -242,16 +242,17 @@
.navDropdown { .navDropdown {
position : absolute; position : absolute;
top : 28px; top : 28px;
left : 0px; right : 0px;
z-index : 10000; z-index : 10000;
width : 100%; width : fit-content;
max-height : calc(100vh - 28px); max-height : calc(100vh - 28px);
overflow : hidden auto; overflow : hidden auto;
.navItem { .navItem {
position : relative; position : relative;
display : block; display : flex;
justify-content : space-between;
align-items : center;
width : 100%; width : 100%;
padding : 8px 5px;
border : 1px solid #888888; border : 1px solid #888888;
border-bottom : 0; border-bottom : 0;
animation-name : glideDropDown; animation-name : glideDropDown;