mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user