@rogieking/figui3 8.9.12 → 8.9.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/components.css CHANGED
@@ -5731,7 +5731,7 @@ fig-menu-item {
5731
5731
  &[sticky]:not([sticky="false"]) {
5732
5732
  position: sticky;
5733
5733
  top: 0;
5734
- z-index: 1;
5734
+ z-index: 9999;
5735
5735
  background: var(--fig-popup-bg-color, var(--figma-color-bg));
5736
5736
 
5737
5737
  &[stuck] {