Yesterday, 04:45 PM
(This post was last modified: Yesterday, 04:46 PM by TheDreadPirate. Edited 1 time in total.)
You would add this to the "scenesCollapsible" section.
Tested this and the chapter images are no longer clickable. But neither are the arrows to scroll through the chapters. Trying to find the CSS to wrap around instead of having the scroll.
Code:
pointer-events: none;
Code:
#scenesCollapsible {
order: 1;
pointer-events: none;
}
Tested this and the chapter images are no longer clickable. But neither are the arrows to scroll through the chapters. Trying to find the CSS to wrap around instead of having the scroll.