mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.204.0
This commit is contained in:
@@ -317,7 +317,7 @@ class MapsPage extends BaseComponent {
|
||||
hkAnyVisible();
|
||||
|
||||
$$($root.empty())`
|
||||
<div class="ve-flex-col h-100 no-shrink maps-menu pr-4 py-3 shadow-big overflow-y-auto smooth-scroll scrollbar-stable mobile__w-100 mobile__my-4">
|
||||
<div class="ve-flex-col h-100 no-shrink maps-menu pr-4 py-3 shadow-big ve-overflow-y-auto smooth-scroll scrollbar-stable mobile__w-100 mobile__my-4">
|
||||
<label class="split-v-center pl-2 py-1">
|
||||
<div class="mr-3 no-shrink">Image Scale</div>
|
||||
${$sldImageScale}
|
||||
@@ -333,7 +333,7 @@ class MapsPage extends BaseComponent {
|
||||
${rendersSource.map(({$wrpMenu}) => $wrpMenu)}
|
||||
</div>
|
||||
|
||||
<div class="w-100 h-100 mobile__h-initial overflow-y-auto smooth-scroll ve-flex-col">
|
||||
<div class="w-100 h-100 mobile__h-initial ve-overflow-y-auto smooth-scroll ve-flex-col">
|
||||
${$dispNoneVisible}
|
||||
${rendersSource.map(({$wrpContent}) => $wrpContent)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user