@@ -10,6 +10,7 @@
opacity: 0;
transition: all 0.2s ease;
height: calc(100% - 90px);
+ z-index: 10;
&.visible {
transform: translateX(0);
@@ -5,6 +5,7 @@ $line-padding-left: 2px;
right: 0px;
top:0px;
bottom: 0px;
+ transform: scale(1);
}
#__resizable_base__ {
@@ -3,6 +3,8 @@
@@ -3,6 +3,7 @@
left: 0px;
&:focus {
outline: none;