mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix for top-settings disappearing after KB pops up on mobile
This commit is contained in:
@@ -2945,7 +2945,7 @@ label[for="extensions_autoconnect"] {
|
||||
|
||||
#top-settings-holder {
|
||||
margin: 0 auto;
|
||||
padding-top: 5px;
|
||||
padding-top: 8px;
|
||||
height: 40px;
|
||||
max-width: var(--sheldWidth);
|
||||
/* color: white; */
|
||||
@@ -2953,7 +2953,8 @@ label[for="extensions_autoconnect"] {
|
||||
display: grid;
|
||||
grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10%;
|
||||
z-index: 3000;
|
||||
position: relative;
|
||||
/* position: relative; */
|
||||
position: fixed;
|
||||
grid-gap: 2%;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user