mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
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:
parent
40ba6109e0
commit
ae997d6a36
1 changed files with 0 additions and 16 deletions
16
css/main.css
16
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue