🌐 AI搜索 & 代理 主页
Skip to content

Commit 1c68bfb

Browse files
committed
fix(b-sekelton): animation overflow issue for Safari
1 parent 929aee2 commit 1c68bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/skeleton/_skeleton.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
overflow: hidden;
1010
background-color: $b-skeleton-background-color;
1111
cursor: $b-skeleton-loading-cursor;
12+
// https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
13+
mask-image: radial-gradient(white, black);
1214

1315
// Use `::before` since `::after` is used for the wave-animation
1416
&::before {

0 commit comments

Comments
 (0)