noph-ui 0.31.3 → 0.31.4
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/dist/menu/Menu.svelte
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
scrollbar-width: thin;
|
|
143
143
|
justify-self: var(--np-menu-justify-self, anchor-center);
|
|
144
144
|
position-area: var(--np-menu-position-area, bottom center);
|
|
145
|
-
position-try:
|
|
145
|
+
position-try-fallbacks: flip-block;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.np-menu-container:popover-open {
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
font-size: 0.75rem;
|
|
126
126
|
justify-self: var(--np-tooltip-justify-self, anchor-center);
|
|
127
127
|
position-area: var(--np-tooltip-position-area, top);
|
|
128
|
-
position-try:
|
|
128
|
+
position-try-fallbacks: flip-block;
|
|
129
129
|
}
|
|
130
130
|
.np-tooltip:popover-open {
|
|
131
131
|
opacity: 1;
|