indicator-ui 0.0.44 → 0.0.45
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.css +2 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +21 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3477,6 +3477,7 @@
|
|
|
3477
3477
|
}
|
|
3478
3478
|
.SlideTransition-module__animateDrop___BsY5g {
|
|
3479
3479
|
position: relative;
|
|
3480
|
+
display: block;
|
|
3480
3481
|
width: 100%;
|
|
3481
3482
|
height: fit-content;
|
|
3482
3483
|
overflow: hidden;
|
|
@@ -3487,7 +3488,7 @@
|
|
|
3487
3488
|
width: 100%;
|
|
3488
3489
|
height: fit-content;
|
|
3489
3490
|
overflow: hidden;
|
|
3490
|
-
|
|
3491
|
+
z-index: 1;
|
|
3491
3492
|
}
|
|
3492
3493
|
|
|
3493
3494
|
/*# sourceMappingURL=index.css.map*/
|