We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296597f commit 3e2d740Copy full SHA for 3e2d740
packages/site-kit/src/lib/components/Dropdown.svelte
@@ -36,6 +36,7 @@
36
border-radius: var(--sk-border-radius);
37
z-index: 999;
38
-webkit-transform: var(--safari-fix);
39
+ will-change: opacity;
40
41
&.align-right {
42
left: auto;
0 commit comments