mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 12:42:41 +00:00
Fix duplicate scrollbar in "share" page
This commit is contained in:
@@ -8,9 +8,10 @@
|
|||||||
background-color : @steel;
|
background-color : @steel;
|
||||||
flex-direction : column;
|
flex-direction : column;
|
||||||
.content{
|
.content{
|
||||||
position : relative;
|
position : relative;
|
||||||
height : calc(~"100% - 29px"); //Navbar height
|
overflow-y : hidden;
|
||||||
flex : auto;
|
height : calc(~"100% - 29px"); //Navbar height
|
||||||
|
flex : auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user