mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +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;
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
.sharePage{
|
.sharePage{
|
||||||
|
.content{
|
||||||
|
overflow-y : hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user