accessify-widget 0.3.23 → 0.3.24

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.
@@ -1,4 +1,4 @@
1
- import { d, i } from "./index-DtfWwkIc.js";
1
+ import { d, i } from "./index-DXnKqnZL.js";
2
2
  export {
3
3
  d as destroy,
4
4
  i as init
@@ -6641,14 +6641,14 @@ function FeatureGrid($$anchor, $$props) {
6641
6641
  const FEATURE_LOADERS = {
6642
6642
  contrast: () => import("./contrast-CqsICAkU.js"),
6643
6643
  "text-size": () => import("./text-size-m_mHNPWo.js"),
6644
- "keyboard-nav": () => import("./keyboard-nav-BYxQr4yQ.js"),
6644
+ "keyboard-nav": () => import("./keyboard-nav-CYtlKZe7.js"),
6645
6645
  "link-highlight": () => import("./link-highlight-DBGm067Y.js"),
6646
6646
  "reading-guide": () => import("./reading-guide-VT8NciIL.js"),
6647
6647
  "reading-mask": () => import("./reading-mask-BABChuCz.js"),
6648
6648
  "animation-stop": () => import("./animation-stop-C0MwseK0.js"),
6649
6649
  "hide-images": () => import("./hide-images-B_LeCBcd.js"),
6650
6650
  "big-cursor": () => import("./big-cursor-B2UKu9dQ.js"),
6651
- "page-structure": () => import("./page-structure-qtN1Cycs.js"),
6651
+ "page-structure": () => import("./page-structure-C22kMA_o.js"),
6652
6652
  tts: () => import("./tts-CjszLRnb.js"),
6653
6653
  "text-simplify": () => import("./text-simplify-BH_5q_V4.js"),
6654
6654
  "alt-text": () => Promise.resolve().then(() => altText)
@@ -7787,7 +7787,7 @@ function createWidgetStyles(config2) {
7787
7787
  position: fixed; top: 0; bottom: 0;
7788
7788
  ${isRight ? "right: 0" : "left: 0"};
7789
7789
  z-index: ${z - 1};
7790
- width: min(${panelW}, 100vw); height: 100vh;
7790
+ width: min(${panelW}, 100vw); height: 100vh; height: 100dvh;
7791
7791
  display: flex; flex-direction: column;
7792
7792
  border-radius: ${panelRadius};
7793
7793
  background: var(--surface);
@@ -7930,6 +7930,7 @@ function createWidgetStyles(config2) {
7930
7930
  /* ─── Scrollable Body ─── */
7931
7931
  .accessify-body {
7932
7932
  flex: 1 1 auto;
7933
+ min-height: 0;
7933
7934
  display: flex; flex-direction: column; gap: var(--gap);
7934
7935
  padding: var(--gap) var(--pad);
7935
7936
  overflow-y: auto; overscroll-behavior: contain;
@@ -8957,4 +8958,4 @@ export {
8957
8958
  init as i,
8958
8959
  t
8959
8960
  };
8960
- //# sourceMappingURL=index-DtfWwkIc.js.map
8961
+ //# sourceMappingURL=index-DXnKqnZL.js.map