Skip to content

Commit 5593d61

Browse files
committed
Ensure spaces are border-box
1 parent 3752cf3 commit 5593d61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

react-spaces/src/Styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
position: absolute;
6666
overflow: hidden;
6767
touch-action: none;
68+
box-sizing: border-box;
69+
}
70+
71+
.spaces-space.resizing .spaces-space {
72+
transition: inherit !important;
6873
}
6974

7075
.spaces-space .spaces-space-inner {
@@ -73,6 +78,7 @@
7378
top: 0;
7479
right: 0;
7580
bottom: 0;
81+
box-sizing: border-box;
7682
}
7783

7884
.spaces-space.scrollable .spaces-space-inner,

0 commit comments

Comments
 (0)