mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 14:22:52 +00:00
Fix duplicate scrollbar in "share" page
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user