Skip to content

Commit

Permalink
Merge pull request #3673 from Gazook89/Fix-Toolbar-Positioning
Browse files Browse the repository at this point in the history
Revert toolbar positioning change
  • Loading branch information
calculuschild committed Aug 27, 2024
2 parents 81e6cae + 63fa747 commit a016bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/homebrew/brewRenderer/brewRenderer.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.brewRenderer {
overflow-y : scroll;
will-change : transform;
padding-top : 30px;
:where(.pages) {
margin : 30px 0px;
& > :where(.page) {
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 : relative;
position : absolute;
z-index : 1;
box-sizing : border-box;
display : flex;
Expand Down

0 comments on commit a016bfd

Please sign in to comment.