mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fixed narrow screens horizontal scrolling
This commit is contained in:
@@ -3182,9 +3182,8 @@ toolcool-color-picker {
|
||||
}
|
||||
|
||||
body {
|
||||
position: auto;
|
||||
touch-action: none;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.drawer-content {
|
||||
@@ -3203,11 +3202,9 @@ toolcool-color-picker {
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
#top-settings-holder {
|
||||
#top-settings-holder,
|
||||
#top-bar {
|
||||
width: 100svw;
|
||||
min-width: 100svw;
|
||||
max-width: 100svw;
|
||||
|
||||
}
|
||||
|
||||
#bg1,
|
||||
|
Reference in New Issue
Block a user