fix: added horizontal scroll to settings modal

This commit is contained in:
Jannat Patel
2025-11-06 16:45:31 +05:30
parent 2f5b0a3bf8
commit 3281358282
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<div
v-if="activeTab && data.doc"
:key="activeTab.label"
class="flex flex-1 flex-col px-10 py-8 bg-surface-modal"
class="flex flex-1 flex-col px-10 py-8 bg-surface-modal overflow-x-auto"
>
<component
v-if="activeTab.template"