feat: hide the UI elements when printing the page (#1680)

pull/1693/head
Youness Fkhach 5 years ago committed by GitHub
parent f413bab3de
commit 9151da772c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -484,3 +484,11 @@ button,
.disable-pointerEvents {
pointer-events: none !important;
}
@media print {
.App-bottom-bar,
.FixedSideContainer,
.layer-ui__wrapper {
display: none;
}
}

Loading…
Cancel
Save