mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Chat List: Fix flickering NewChatButton on iOS (#1500)
This commit is contained in:
parent
b9a06e48e4
commit
5722742029
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user