diff --git a/client/homebrew/homebrew.less b/client/homebrew/homebrew.less index 3d031b871..7ef02bd98 100644 --- a/client/homebrew/homebrew.less +++ b/client/homebrew/homebrew.less @@ -8,9 +8,10 @@ background-color : @steel; flex-direction : column; .content{ - position : relative; - height : calc(~"100% - 29px"); //Navbar height - flex : auto; + position : relative; + overflow-y : hidden; + height : calc(~"100% - 29px"); //Navbar height + flex : auto; } } -} \ No newline at end of file +}