Skip to content

Commit f9dd498

Browse files
committed
Fix description banner flicker by using opaque background
1 parent a520159 commit f9dd498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/components/WelcomeModal.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@
283283
left: 0;
284284
right: 0;
285285
padding: 6px 8px;
286-
background: color-mix(in srgb, var(--surface) 90%, transparent);
287-
backdrop-filter: blur(4px);
286+
background: var(--surface);
288287
border-top: 1px solid var(--border);
289288
border-radius: 0 0 var(--radius-md) var(--radius-md);
290289
font-size: 10px;

0 commit comments

Comments
 (0)