0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Hide scrollbar in share page but KEEP SCROLLBAR IN USER PAGE

This commit is contained in:
Trevor Buckner
2019-01-22 13:38:56 -05:00
parent 507f8e0852
commit 18a238786e
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,3 +1,5 @@
.sharePage{
.content{
overflow-y : hidden;
}
}