@nubisco/ui 1.15.0 → 1.15.1
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/components/Menu.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16871,6 +16871,8 @@ var i9 = /* @__PURE__ */ function(e) {
|
|
|
16871
16871
|
if (!d.value) return;
|
|
16872
16872
|
let e = d.value.getBoundingClientRect();
|
|
16873
16873
|
e.right > window.innerWidth && (g.left = Math.max(8, window.innerWidth - e.width - 8)), e.bottom > window.innerHeight && (g.top = Math.max(8, window.innerHeight - e.height - 8));
|
|
16874
|
+
let t = window.innerHeight - g.top - 8;
|
|
16875
|
+
d.value.style.maxHeight = `${t}px`;
|
|
16874
16876
|
}
|
|
16875
16877
|
return z(() => i.open, (e) => {
|
|
16876
16878
|
e ? (p.value = -1, document.addEventListener("mousedown", P), y(() => {
|