aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMMP0 <28616020+MMP0@users.noreply.github.com>2023-08-22 07:45:34 +0000
committerMMP0 <28616020+MMP0@users.noreply.github.com>2023-08-22 07:45:34 +0000
commit0998256fc5e040fa1c1d5826bd858ab3838a3f26 (patch)
tree3fc6856c8a52d10f59799853195b1f1e02119b7a /style.css
parent70283a9f4aa457ea16db8947f60b0e4f8fb25608 (diff)
downloadstable-diffusion-webui-gfx803-0998256fc5e040fa1c1d5826bd858ab3838a3f26.tar.gz
stable-diffusion-webui-gfx803-0998256fc5e040fa1c1d5826bd858ab3838a3f26.tar.bz2
stable-diffusion-webui-gfx803-0998256fc5e040fa1c1d5826bd858ab3838a3f26.zip
Prevent text selection and cursor changes
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;