diff --git a/client/homebrew/brewRenderer/toolBar/toolBar.less b/client/homebrew/brewRenderer/toolBar/toolBar.less index cb3f744f1..a216d5df4 100644 --- a/client/homebrew/brewRenderer/toolBar/toolBar.less +++ b/client/homebrew/brewRenderer/toolBar/toolBar.less @@ -1,7 +1,5 @@ .toolBar { - position : sticky; - top : 0; - left : 0; + position : relative; z-index : 1; display : flex; flex-wrap : wrap; @@ -10,7 +8,7 @@ align-items : center; justify-content : center; width : 100%; - height : 30px; + padding: 2px 0; font-family : 'Open Sans', sans-serif; color : white; text-align : center;