Skip to content

Commit 46788a7

Browse files
committed
Fixed issue where resize handles are covered by nested spaces
1 parent 5438dd4 commit 46788a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-spaces/src/components/Space.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.spaces-space {
22
position: absolute;
33
overflow: hidden;
4-
z-index: 99999;
4+
z-index: 1;
55

66
&:after {
77
content: "";

0 commit comments

Comments
 (0)