@rogieking/figui3 8.9.12 → 8.9.14
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 +3 -1
- package/dist/components.css +1 -1
- package/dist/fig.css +1 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -5683,9 +5683,11 @@ fig-menu-item {
|
|
|
5683
5683
|
&[direction="vertical"] {
|
|
5684
5684
|
align-self: stretch;
|
|
5685
5685
|
width: 1px;
|
|
5686
|
+
max-width: 1px;
|
|
5686
5687
|
height: auto;
|
|
5687
5688
|
min-height: var(--spacer-3);
|
|
5688
5689
|
margin: 0;
|
|
5690
|
+
padding: 0;
|
|
5689
5691
|
}
|
|
5690
5692
|
|
|
5691
5693
|
&[borderless]:not([borderless="false"]) {
|
|
@@ -5731,7 +5733,7 @@ fig-menu-item {
|
|
|
5731
5733
|
&[sticky]:not([sticky="false"]) {
|
|
5732
5734
|
position: sticky;
|
|
5733
5735
|
top: 0;
|
|
5734
|
-
z-index:
|
|
5736
|
+
z-index: 9999;
|
|
5735
5737
|
background: var(--fig-popup-bg-color, var(--figma-color-bg));
|
|
5736
5738
|
|
|
5737
5739
|
&[stuck] {
|