@secondstaxorg/sscomp 1.8.74 → 1.8.75

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.js CHANGED
@@ -22658,12 +22658,9 @@ const SearchResultsBar = (props) => {
22658
22658
  };
22659
22659
 
22660
22660
  const ModalBackdrop = styled.div`
22661
- position: absolute;
22661
+ position: fixed;
22662
22662
  overflow: hidden;
22663
- width: 100%;
22664
- height: 100%;
22665
- left: 0;
22666
- top: 0;
22663
+ inset: 0;
22667
22664
  background: rgb(0 0 0 / 40%);
22668
22665
  z-index: 9999;
22669
22666
  `;