mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-21 14:40:48 +01:00
Don't set negative zIndex for regular image when using group VN mode
This commit is contained in:
parent
91e1281208
commit
5dd6665505
@ -209,7 +209,7 @@ async function visualNovelUpdateLayers(container) {
|
|||||||
const containerWidth = container.width();
|
const containerWidth = container.width();
|
||||||
const pivotalPoint = containerWidth * 0.5;
|
const pivotalPoint = containerWidth * 0.5;
|
||||||
|
|
||||||
let images = $('.expression-holder');
|
let images = $('#visual-novel-wrapper .expression-holder');
|
||||||
let imagesWidth = [];
|
let imagesWidth = [];
|
||||||
|
|
||||||
images.sort(sortFunction).each(function () {
|
images.sort(sortFunction).each(function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user