Fix stuck Back button on Android; Remove some CSS hacks
This commit is contained in:
parent
bfe6894431
commit
8f4d5faff9
@ -19,11 +19,6 @@
|
|||||||
|
|
||||||
&.revealed {
|
&.revealed {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
@media (max-width: 600px) {
|
|
||||||
// Force rendering in the composite layer to fix the z-index rendering issue
|
|
||||||
transform: translate3d(0,0,10px);
|
|
||||||
transform-style: preserve-3d;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.menu-is-open {
|
&.menu-is-open {
|
||||||
|
|||||||
@ -93,9 +93,6 @@
|
|||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
// Force rendering in the composite layer to fix the z-index rendering issue
|
|
||||||
transform: translate3d(0, 0, 10px);
|
|
||||||
transform-style: preserve-3d;
|
|
||||||
|
|
||||||
@supports (padding-left: env(safe-area-inset-left)) {
|
@supports (padding-left: env(safe-area-inset-left)) {
|
||||||
padding-left: #{"max(.5rem, env(safe-area-inset-left))"};
|
padding-left: #{"max(.5rem, env(safe-area-inset-left))"};
|
||||||
@ -486,12 +483,6 @@
|
|||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
@include mobile-header-styles();
|
@include mobile-header-styles();
|
||||||
|
|
||||||
.HeaderPinnedMessage-wrapper,
|
|
||||||
.AudioPlayer {
|
|
||||||
// Force rendering in the composite layer to fix the z-index rendering issue
|
|
||||||
transform: translate3d(0, 0, 0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 925px) and (max-width: 1149.9px) {
|
@media (min-width: 925px) and (max-width: 1149.9px) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user