mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix for backgrounds disappearing on mobile, after previous body/sheld fixes
This commit is contained in:
@@ -3406,7 +3406,14 @@ body.movingUI #expression-holder {
|
||||
|
||||
#bg1,
|
||||
#bg_custom {
|
||||
position: fixed;
|
||||
/* position: fixed; */
|
||||
/* top: 0 !important;
|
||||
bottom: 0 !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important; */
|
||||
height: 100svh !important;
|
||||
width: 100svw !important;
|
||||
|
||||
}
|
||||
|
||||
#sheld,
|
||||
|
Reference in New Issue
Block a user