Skip to content

Commit ac73e94

Browse files
committed
fix: Safari iOS background repaint bug during theme transitions
1 parent 5f1aebc commit ac73e94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/css/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,8 @@
353353

354354
html {
355355
scroll-behavior: smooth;
356+
background-color: var(--bg-base);
357+
transition: background-color 0.4s ease;
356358
}
357359

358360
body {

0 commit comments

Comments
 (0)