0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 10:12:41 +00:00

move toolbar hiding to brewrenderer.less

This commit is contained in:
Víctor Losada Hernández
2024-06-01 00:41:44 +02:00
parent 1a52acd4a9
commit 95d7ce2876
2 changed files with 3 additions and 1 deletions

View File

@@ -66,6 +66,9 @@
}
@media print {
.toolbar {
display: none;
}
.brewRenderer {
height: 100%;
overflow-y: unset;