From b770eccf6c17b6317910a258fe772cb186a6e1c8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Mar 2024 22:46:18 +0200 Subject: [PATCH] specificity --- files/assets/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index cff4d21ec0..443740018e 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -9,7 +9,7 @@ overflow-y: auto; background-color: var(--background) !important; } -.online-wpd { +#online.online-wpd { max-height: calc(100vh - 365px); }