From 998f8d2beb7b3fe09d74203b003d2de654319355 Mon Sep 17 00:00:00 2001 From: JeDaYoshi Date: Sat, 3 Jul 2021 23:50:51 +0000 Subject: [PATCH] Fix userlist's wrong position on mobile devices --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index 16673295..30bceaaa 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2635,6 +2635,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ right: 0; transform: translateX(180px); transition: transform 0.2s; + z-index: 1; } #viewport.userlist-open #chat .userlist {