We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c7ff9 commit dadcbd2Copy full SHA for dadcbd2
src/skeleton.css
@@ -19,6 +19,7 @@
19
20
position: relative;
21
overflow: hidden;
22
+ z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
23
}
24
25
.react-loading-skeleton::after {
0 commit comments