0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 02:14:39 +00:00

Getting ready to switch to jsx

This commit is contained in:
Scott Tolksdorf
2016-05-16 22:03:20 -04:00
parent 15ffb138eb
commit bfcf6ca7f2
4 changed files with 16 additions and 4 deletions

View File

@@ -9,7 +9,10 @@
flex-direction : column;
.content{
position : relative;
height : calc(~"100% - 29px"); //Navbar height
//height : calc(~"100% - 29px"); //Navbar height
height : 100%;
flex : auto;
}
}