mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
set position relative, remove padding
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
.toolBar {
|
.toolBar {
|
||||||
position : absolute;
|
position : relative;
|
||||||
z-index : 1;
|
z-index : 1;
|
||||||
box-sizing : border-box;
|
box-sizing : border-box;
|
||||||
display : flex;
|
display : flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user