diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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;
|