aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4e9cdc8f..537bc2d2 100644
--- a/style.css
+++ b/style.css
@@ -1061,6 +1061,13 @@ div.accordions > div.input-accordion.input-accordion-open{
top: 0.5em;
}
+body.resizing {
+ cursor: col-resize !important;
+}
+
+body.resizing :not(.resize-handle) {
+ pointer-events: none !important;
+}
.resize-handle {
position: relative;