mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
feat: hide the UI elements when printing the page (#1680)
This commit is contained in:
parent
f413bab3de
commit
9151da772c
1 changed files with 8 additions and 0 deletions
|
@ -484,3 +484,11 @@ button,
|
|||
.disable-pointerEvents {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.App-bottom-bar,
|
||||
.FixedSideContainer,
|
||||
.layer-ui__wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue