0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

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

Revert toolbar positioning change
This commit is contained in:
Trevor Buckner
2024-08-27 13:03:12 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
.brewRenderer {
overflow-y : scroll;
will-change : transform;
padding-top : 30px;
:where(.pages) {
margin : 30px 0px;
& > :where(.page) {

View File

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