0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

change overflow-y behavior to fix navbar

This commit is contained in:
Gazook89
2022-09-13 15:55:50 -05:00
parent c8742289de
commit 9f4920fd2a

View File

@@ -6,10 +6,12 @@
height : 100%;
background-color : @steel;
flex-direction : column;
overflow-y : hidden;
.content{
position : relative;
height : calc(~"100% - 29px"); //Navbar height
flex : auto;
overflow-y : scroll;
}
}
}