0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 22:32:45 +00:00

Merge pull request #2360 from Gazook89/navbar-vs-content-sections

change overflow-y behavior to fix navbar
This commit is contained in:
Trevor Buckner
2022-09-18 17:16:48 -04:00
committed by GitHub

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;
}
}
}