aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsPane.vue
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-04-24 16:58:31 +1000
committerTerry Truong <terry06890@gmail.com>2022-04-24 16:58:31 +1000
commit23436a9ad4c2a710c7f0d49a07a720e0153d8225 (patch)
tree89187954aff21a3616a86b1fb7fcea50a2463be8 /src/components/SettingsPane.vue
parent8dbbadcb334617ed537971dd9aead5910b715335 (diff)
Fix z-index not being higher for tiles being expanded/collapsed
Diffstat (limited to 'src/components/SettingsPane.vue')
-rw-r--r--src/components/SettingsPane.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SettingsPane.vue b/src/components/SettingsPane.vue
index 990d1f7..13a7f26 100644
--- a/src/components/SettingsPane.vue
+++ b/src/components/SettingsPane.vue
@@ -112,7 +112,7 @@ export default defineComponent({
</div>
<hr class="border-stone-400"/>
<div>
- <label>Animation Duration <input type="range" min="0" max="1000" class="mx-2 w-[3cm]"
+ <label>Animation Duration <input type="range" min="0" max="3000" class="mx-2 w-[3cm]"
v-model.number="uiOpts.tileChgDuration"/></label>
</div>
</div>