@secondstaxorg/sscomp 1.3.0 → 1.3.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/index.js CHANGED
@@ -24003,7 +24003,7 @@ const SSXBar = (props) => {
24003
24003
 
24004
24004
  const Backdrop = styled.div`
24005
24005
  background: rgba(7, 11, 18, 0.5);
24006
- position: absolute;
24006
+ position: fixed;
24007
24007
  inset: 0;
24008
24008
  display: flex;
24009
24009
  justify-content: center;