@jsenv/navi 0.29.125 → 0.29.126

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.
@@ -54756,6 +54756,12 @@ const css$E = /* css */`
54756
54756
  var(--container-position-remaining-width, var(--dialog-maxmax-width)),
54757
54757
  var(--dialog-maxmax-width)
54758
54758
  );
54759
+ /* The sheet rests on the screen's bottom edge, which on a phone is the
54760
+ home indicator and, since iOS 26, Safari's own floating bar — a band
54761
+ the browser does not paint fixed content into. The surface still
54762
+ reaches the edge (the sheet comes out from behind the bar); what it
54763
+ holds stops above it. */
54764
+ padding-bottom: env(safe-area-inset-bottom, 0px);
54759
54765
  }
54760
54766
  /* The clamped max, not --dialog-maxmax-*: that one is the viewport minus
54761
54767
  the spacing, which is only the real ceiling for layer="top". A local