Skip to content

Commit

Permalink
Merge pull request #3671 from Gazook89/Fix-Toolbar-Positioning
Browse files Browse the repository at this point in the history
Small Patch for Toolbar Positioning
  • Loading branch information
calculuschild authored Aug 27, 2024
2 parents 7cdf1c9 + 0ce3ac9 commit 35ca31c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/homebrew/brewRenderer/brewRenderer.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import (multiple, less) 'shared/naturalcrit/styles/reset.less';

.brewRenderer {
padding-top : 30px;
overflow-y : scroll;
will-change : transform;
:where(.pages) {
Expand Down
2 changes: 1 addition & 1 deletion client/homebrew/brewRenderer/toolBar/toolBar.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import (less) './client/icons/customIcons.less';

.toolBar {
position : absolute;
position : relative;
z-index : 1;
box-sizing : border-box;
display : flex;
Expand Down

0 comments on commit 35ca31c

Please sign in to comment.