mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 22:53:08 +08:00
24 lines
416 B
CSS
24 lines
416 B
CSS
@media print {
|
|
.mantine-AppShell-header,
|
|
.mantine-AppShell-navbar,
|
|
.mantine-AppShell-aside,
|
|
.print-hide,
|
|
.drag-handle {
|
|
display: none !important;
|
|
}
|
|
|
|
.mantine-AppShell-main {
|
|
padding-top: 0 !important;
|
|
min-height: auto !important;
|
|
}
|
|
|
|
.ProseMirror-selectednode {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.tableWrapper {
|
|
overflow: hidden !important;
|
|
}
|
|
}
|