mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-17 23:12:39 +00:00
unset padding on brewRenderer in @print
Fixes an issue with the padding being reflected in pdfs as a white stripe at the top.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
.brewRenderer {
|
.brewRenderer {
|
||||||
will-change : transform;
|
will-change : transform;
|
||||||
overflow-y : scroll;
|
overflow-y : scroll;
|
||||||
padding-block : 30px;
|
padding-top : 30px;
|
||||||
|
|
||||||
:where(.pages) {
|
:where(.pages) {
|
||||||
margin : 30px 0px;
|
margin : 30px 0px;
|
||||||
@@ -76,6 +76,7 @@
|
|||||||
.brewRenderer {
|
.brewRenderer {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: unset;
|
overflow-y: unset;
|
||||||
|
padding-top: unset;
|
||||||
.pages {
|
.pages {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
&>.page {
|
&>.page {
|
||||||
|
|||||||
Reference in New Issue
Block a user