We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3e8cc4 + 2549a44 commit f303466Copy full SHA for f303466
1 file changed
src/main.scss
@@ -64,15 +64,15 @@
64
pointer-events: auto;
65
66
.rg-resize-handle {
67
- &:hover {
68
- cursor: col-resize;
69
- background-color: $resize-handle-gb-color;
70
- }
71
-
72
position: absolute;
73
right: 0;
74
width: $resize-handle-line-width;
75
height: 100%;
+
+ &:hover {
+ cursor: col-resize;
+ background-color: $resize-handle-gb-color;
+ }
76
}
77
78
@@ -241,4 +241,4 @@
241
top: 50%;
242
left: 50%;
243
244
-}
+}
0 commit comments