feat: hide the UI elements when printing the page (#1680)
This commit is contained in:
parent
f413bab3de
commit
9151da772c
@ -484,3 +484,11 @@ button,
|
||||
.disable-pointerEvents {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.App-bottom-bar,
|
||||
.FixedSideContainer,
|
||||
.layer-ui__wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user