@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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
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:
|
|
24006
|
+
position: fixed;
|
|
24007
24007
|
inset: 0;
|
|
24008
24008
|
display: flex;
|
|
24009
24009
|
justify-content: center;
|