UI: Remove fixed sidebar positioning on wide viewports

This made the main chat scrollbar disappear behind the
right sidebar on desktop.
This commit is contained in:
oobabooga 2026-04-18 11:42:27 -07:00
parent 40ba6109e0
commit ae997d6a36

View file

@ -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