0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-25 15:18:39 +00:00

Fix duplicate scrollbar in "share" page

This commit is contained in:
Trevor Buckner
2019-01-22 10:53:36 -05:00
parent a56a999920
commit 69b25eb03a
+1
View File
@@ -9,6 +9,7 @@
flex-direction : column; flex-direction : column;
.content{ .content{
position : relative; position : relative;
overflow-y : hidden;
height : calc(~"100% - 29px"); //Navbar height height : calc(~"100% - 29px"); //Navbar height
flex : auto; flex : auto;
} }