Skip to content

Commit 5837a2d

Browse files
authored
Update resize-container.base.scss
1 parent deca143 commit 5837a2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/resize-container/themes/resize-container.base.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
&::after {
2121
content: '';
2222
position: absolute;
23-
top: 0;
24-
right: 0;
25-
bottom: 0;
26-
left: 0;
23+
inset: 0;
2724
width: var(--_size);
2825
height: var(--_size);
2926
border-radius: 50%;

0 commit comments

Comments
 (0)