mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 18:02:42 +00:00
Merge pull request #3671 from Gazook89/Fix-Toolbar-Positioning
Small Patch for Toolbar Positioning
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@import (multiple, less) 'shared/naturalcrit/styles/reset.less';
|
||||
|
||||
.brewRenderer {
|
||||
padding-top : 30px;
|
||||
overflow-y : scroll;
|
||||
will-change : transform;
|
||||
:where(.pages) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import (less) './client/icons/customIcons.less';
|
||||
|
||||
.toolBar {
|
||||
position : absolute;
|
||||
position : relative;
|
||||
z-index : 1;
|
||||
box-sizing : border-box;
|
||||
display : flex;
|
||||
|
||||
Reference in New Issue
Block a user