From c703029c34f29e5111ccdfd9604f630638ec56cb Mon Sep 17 00:00:00 2001 From: duckietm Date: Wed, 18 Mar 2026 13:25:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Fix=20whit=20background=20while?= =?UTF-8?q?=20loading=20rooms=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/index.css b/src/css/index.css index f71008a..806e0e5 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -13,6 +13,7 @@ body { width: 100%; height: 100%; overflow: hidden; + background-color: #000; -webkit-user-select: none; user-select: none; scrollbar-width: thin;