(core) Fixing print preview bugs

Summary:
- Hiding pinned filters
- Switch editor (for toggle column) renders itself as checkbox on print preview

Test Plan: Manual

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: georgegevoian

Differential Revision: https://phab.getgrist.com/D4345
This commit is contained in:
Jarosław Sadziński
2024-09-12 13:17:16 +02:00
parent 3e22b89fa2
commit d22d7a4ac8
3 changed files with 49 additions and 15 deletions

View File

@@ -5,6 +5,10 @@
display: none;
}
.print-force-hide {
display: none !important;
}
.print-parent {
display: block !important;
position: relative !important;
@@ -51,6 +55,10 @@
.ui-resizable-handle {
display: none !important;
}
.viewsection_content .filter_bar {
display: none !important;
}
}
/*
@@ -68,4 +76,8 @@
.print-all-rows {
display: none;
}
.screen-force-hide {
display: none !important;
}
}