mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.207.0
This commit is contained in:
@@ -373,7 +373,7 @@ class RenderMap {
|
||||
`);
|
||||
});
|
||||
|
||||
const $wrpCvs = $$`<div class="w-100 h-100 ve-overflow-x-scroll ve-overflow-y-scroll rd__scroller-viewer">
|
||||
const $wrpCvs = $$`<div class="w-100 h-100 ve-overflow-x-scroll ve-overflow-y-scroll rd__scroller-viewer ${mapData.expectsLightBackground ? "rd__scroller-viewer--bg-light" : mapData.expectsDarkBackground ? "rd__scroller-viewer--bg-dark" : ""}">
|
||||
${$cvs}
|
||||
</div>`
|
||||
.on("mousewheel DOMMouseScroll", evt => {
|
||||
|
||||
Reference in New Issue
Block a user