resizing works

This commit is contained in:
2025-11-21 10:42:52 +01:00
parent 9234986b6f
commit e078914ed2
2 changed files with 107 additions and 115 deletions

View File

@@ -242,13 +242,10 @@ body {
background: #999;
}
.ui-resizable-handle {
background: #4A90E2;
border: 1px solid #ffffff;
width: 10px;
height: 10px;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
#resize-handle {
position: absolute;
box-sizing: border-box;
pointer-events: auto;
}