From ae997d6a365db4367633a0191f46cee50b39bfc6 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:42:27 -0700 Subject: [PATCH] UI: Remove fixed sidebar positioning on wide viewports This made the main chat scrollbar disappear behind the right sidebar on desktop. --- css/main.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/css/main.css b/css/main.css index eaf0b86a..baa6cbd4 100644 --- a/css/main.css +++ b/css/main.css @@ -1265,22 +1265,6 @@ audio { } } -@media screen and (min-width: 1470px) { - #chat-controls, - #past-chats-row { - position: fixed; - top: 0; - background: var(--background-fill-primary); - } - - #past-chats-row { - left: var(--header-width); - } - - #chat-controls { - right: 0; - } -} /* ---------------------------------------------- Dark theme