From 5b644e06ffdb85f30f1fe41a94964505684bfced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Valois?= Date: Fri, 23 Aug 2024 21:22:17 -0700 Subject: [PATCH] Remove unnecessary height change. --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 70a71b2e..14aa6e95 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -673,7 +673,7 @@ p { display: none; flex-direction: column; width: 220px; - max-height: 100vh; + max-height: 100%; will-change: transform; color: #b7c5d1; /* same as .channel-list-item color */ }