Chat List: Fix flickering NewChatButton on iOS (#1500)

This commit is contained in:
Alexander Zinchuk 2021-10-15 14:02:29 +03:00
parent b9a06e48e4
commit 5722742029

View File

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