diff --git a/app/index.html b/app/index.html index 46557a2..1499bfa 100644 --- a/app/index.html +++ b/app/index.html @@ -80,8 +80,6 @@ } .Resizer.vertical { - /* width: 11px; - margin: 0 -5px; */ width: 2px; margin: 0px -8px 0px 0px; border-left: 4px solid rgba(128, 128, 128, 0); @@ -93,6 +91,7 @@ border-left: 4px solid rgba(130, 130, 130, 1); border-right: 4px solid rgba(140, 140, 140, 1); } + .Resizer.disabled { cursor: not-allowed; }