mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 06:19:00 +08:00
Fix double click event not firing
This commit is contained in:
parent
c4b11ec54e
commit
ed49c7c246
@ -1065,10 +1065,14 @@ body.resizing {
|
|||||||
cursor: col-resize !important;
|
cursor: col-resize !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.resizing :not(.resize-handle) {
|
body.resizing * {
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.resizing .resize-handle {
|
||||||
|
pointer-events: initial !important;
|
||||||
|
}
|
||||||
|
|
||||||
.resize-handle {
|
.resize-handle {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user