Chat List: Fix flickering NewChatButton on iOS (#1500)
This commit is contained in:
parent
b9a06e48e4
commit
5722742029
@ -19,6 +19,12 @@
|
|||||||
|
|
||||||
&.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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user