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:
@@ -9,7 +9,6 @@
|
||||
flex-direction : column;
|
||||
.content{
|
||||
position : relative;
|
||||
overflow-y : hidden;
|
||||
height : calc(~"100% - 29px"); //Navbar height
|
||||
flex : auto;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.sharePage{
|
||||
|
||||
.content{
|
||||
overflow-y : hidden;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user