|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
<div class="flex flex-col md:flex-row w-full h-full py-3 md:space-x-4">
|
|
<div class="flex flex-col md:flex-row w-full h-full py-3 md:space-x-4">
|
|
<div
|
|
<div
|
|
- class="tabs flex flex-row overflow-x-auto space-x-1 md:space-x-0 md:space-y-1 md:flex-col md:flex-none md:w-44 dark:text-gray-200 text-xs text-left scrollbar-hidden"
|
|
|
|
|
|
+ class="tabs flex flex-row overflow-x-auto space-x-1 md:space-x-0 md:space-y-1 md:flex-col md:flex-none md:w-44 dark:text-gray-200 text-xs text-left scrollbar-none"
|
|
>
|
|
>
|
|
<button
|
|
<button
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
|
|
@@ -291,7 +291,7 @@
|
|
</button>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="flex-1 mt-3 md:mt-0">
|
|
|
|
|
|
+ <div class="flex-1 mt-3 md:mt-0 overflow-y-scroll">
|
|
{#if selectedTab === 'general'}
|
|
{#if selectedTab === 'general'}
|
|
<General
|
|
<General
|
|
saveHandler={() => {
|
|
saveHandler={() => {
|