Skip to content

Commit 180a314

Browse files
SHNakajimaSHNakajima
andauthored
fix: Prevent jitter of refresh icon in mobile (#941)
Co-authored-by: SHNakajima <[email protected]>
1 parent 677042e commit 180a314

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
padding: 0;
2222
}
2323

24+
.loading {
25+
overflow: hidden;
26+
}
27+
2428
.loading > svg {
2529
animation: 2s linear infinite loading;
2630
transform-origin: 50% 50%;

0 commit comments

Comments
 (0)