resizing works
This commit is contained in:
11
style.css
11
style.css
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user