0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

Revert "Revert "Merge branch 'master' of https://github.com/naturalcrit/homebrewery""

This reverts commit 0c70162a78.
This commit is contained in:
Trevor Buckner
2019-01-22 11:26:33 -05:00
parent 0c70162a78
commit 507f8e0852
9 changed files with 108 additions and 161 deletions

View File

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