Skip to content

Commit c7f23e8

Browse files
committed
fix spinner
1 parent c276f35 commit c7f23e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/design-library-list/editor.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,11 @@
246246
will-change: opacity;
247247
opacity: 1;
248248
display: flex;
249+
background-color: #fff;
250+
z-index: 1;
249251
&.stk-hide-spinner {
250252
opacity: 0;
253+
z-index: -1;
251254
}
252255
.components-spinner {
253256
margin: auto;

0 commit comments

Comments
 (0)