0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 16:12:38 +00:00

Merge pull request #3671 from Gazook89/Fix-Toolbar-Positioning

Small Patch for Toolbar Positioning
This commit is contained in:
Trevor Buckner
2024-08-27 11:47:24 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
@import (multiple, less) 'shared/naturalcrit/styles/reset.less'; @import (multiple, less) 'shared/naturalcrit/styles/reset.less';
.brewRenderer { .brewRenderer {
padding-top : 30px;
overflow-y : scroll; overflow-y : scroll;
will-change : transform; will-change : transform;
:where(.pages) { :where(.pages) {

View File

@@ -1,7 +1,7 @@
@import (less) './client/icons/customIcons.less'; @import (less) './client/icons/customIcons.less';
.toolBar { .toolBar {
position : absolute; position : relative;
z-index : 1; z-index : 1;
box-sizing : border-box; box-sizing : border-box;
display : flex; display : flex;