@appartmint/mint 0.15.1 → 0.15.2
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/css/mint.css
CHANGED
|
@@ -1039,11 +1039,13 @@ app-footer::before {
|
|
|
1039
1039
|
transform: translateY(-100px);
|
|
1040
1040
|
transition: all 500ms ease-out, box-shadow 500ms 400ms ease-out !important;
|
|
1041
1041
|
pointer-events: none;
|
|
1042
|
+
z-index: -1;
|
|
1042
1043
|
}
|
|
1043
1044
|
.mint-fall-in.mint-show:not(.mint-loading) {
|
|
1044
1045
|
filter: opacity(100%);
|
|
1045
1046
|
transform: translateY(0%);
|
|
1046
1047
|
pointer-events: auto;
|
|
1048
|
+
z-index: 1;
|
|
1047
1049
|
}
|
|
1048
1050
|
.mint-fall-in:not(.mint-show), .mint-fall-in.mint-loading {
|
|
1049
1051
|
box-shadow: 0 0 0 0 transparent !important;
|