Possible fix for #35
This commit is contained in:
parent
cf42aab4b7
commit
03ae42ab17
|
@ -617,10 +617,10 @@ button.carousel-dot[disabled].active {
|
||||||
padding-left: max(16px, env(safe-area-inset-left));
|
padding-left: max(16px, env(safe-area-inset-left));
|
||||||
padding-right: max(16px, env(safe-area-inset-right));
|
padding-right: max(16px, env(safe-area-inset-right));
|
||||||
padding-bottom: max(16px, env(safe-area-inset-bottom));
|
padding-bottom: max(16px, env(safe-area-inset-bottom));
|
||||||
mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
|
|
||||||
}
|
}
|
||||||
.sheet header + main {
|
.sheet header + main {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
mask-image: linear-gradient(to bottom, transparent 0%, black 10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TAG */
|
/* TAG */
|
||||||
|
|
Loading…
Reference in a new issue