@pooflabs/web 0.0.23 → 0.0.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.
package/dist/index.esm.js CHANGED
@@ -43074,6 +43074,13 @@ class OffchainAuthProvider {
43074
43074
  }
43075
43075
  getModalStyles() {
43076
43076
  return `
43077
+ /* Ensure inert elements remain visible while being non-interactive */
43078
+ [inert] {
43079
+ visibility: visible !important;
43080
+ opacity: 1 !important;
43081
+ display: unset !important;
43082
+ }
43083
+
43077
43084
  .poofnet-modal-overlay {
43078
43085
  position: fixed;
43079
43086
  top: 0;