diff --git a/client/homebrew/homebrew.less b/client/homebrew/homebrew.less index 6219ca358..8c8f116b5 100644 --- a/client/homebrew/homebrew.less +++ b/client/homebrew/homebrew.less @@ -6,10 +6,12 @@ height : 100%; background-color : @steel; flex-direction : column; + overflow-y : hidden; .content{ position : relative; height : calc(~"100% - 29px"); //Navbar height flex : auto; + overflow-y : scroll; } } }