Skip to content

Commit 0e1e9bf

Browse files
committed
fix
1 parent 3ae870a commit 0e1e9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/nav/Menu.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@
214214
background: var(--background, var(--sk-back-2));
215215
will-change: height;
216216
transition: 0.4s var(--quint-out);
217-
transition-property: background;
217+
transition-property: none;
218218
219219
&.ready {
220-
transition-property: height, background;
220+
transition-property: height;
221221
}
222222
223223
:root.dark & {

0 commit comments

Comments
 (0)