0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 23:22:40 +00:00
This reverts commit 077511dfa7, reversing
changes made to facbc5f6dc.
This commit is contained in:
Trevor Buckner
2019-01-22 11:23:35 -05:00
parent 077511dfa7
commit 0c70162a78
9 changed files with 161 additions and 108 deletions

View File

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