mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix zindex for backgrounds
This commit is contained in:
@@ -169,12 +169,12 @@ code {
|
|||||||
|
|
||||||
#bg1 {
|
#bg1 {
|
||||||
background-image: url(backgrounds/tavern1.jpg);
|
background-image: url(backgrounds/tavern1.jpg);
|
||||||
z-index: 0;
|
z-index: -2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bg_custom {
|
#bg_custom {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
z-index: 1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*TOPPER margin*/
|
/*TOPPER margin*/
|
||||||
|
Reference in New Issue
Block a user