@team_yumi/ramen 0.4.0-next.20231128-0bf63a6-58ae2df441e0967e8a486fa0a6303018 → 0.4.0-next.20231129-b150645-48c462bc769850c748f3ae052b150c91
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/index.css +2 -2
- package/index.js +1 -1
- package/package.json +1 -1
package/index.css
CHANGED
|
@@ -2753,7 +2753,7 @@
|
|
|
2753
2753
|
|
|
2754
2754
|
.loading-module_xloading__backdrop__nJS2T {
|
|
2755
2755
|
position: fixed;
|
|
2756
|
-
z-index:
|
|
2756
|
+
z-index: 30;
|
|
2757
2757
|
top: 0px;
|
|
2758
2758
|
left: 0px;
|
|
2759
2759
|
right: 0px;
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
-webkit-user-select: none;
|
|
2767
2767
|
-moz-user-select: none;
|
|
2768
2768
|
user-select: none;
|
|
2769
|
-
z-index:
|
|
2769
|
+
z-index: 31;
|
|
2770
2770
|
display: flex;
|
|
2771
2771
|
align-items: center;
|
|
2772
2772
|
justify-content: center;
|