Fix stuck Back button on Android; Remove some CSS hacks

This commit is contained in:
Alexander Zinchuk 2021-09-26 14:17:48 +03:00
parent bfe6894431
commit 8f4d5faff9
2 changed files with 0 additions and 14 deletions

View File

@ -19,11 +19,6 @@
&.revealed {
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 {

View File

@ -93,9 +93,6 @@
@media (max-width: 600px) {
padding: 0.5rem;
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)) {
padding-left: #{"max(.5rem, env(safe-area-inset-left))"};
@ -486,12 +483,6 @@
@media (max-width: 600px) {
@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) {