From 549beacf53c661f478463dafcc6a032841f1cf89 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 30 Jul 2024 14:18:50 +0200 Subject: [PATCH] layout fix --- src/Components/Profile/Templates/TabsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/Templates/TabsView.tsx b/src/Components/Profile/Templates/TabsView.tsx index eeeead02..01884cfb 100644 --- a/src/Components/Profile/Templates/TabsView.tsx +++ b/src/Components/Profile/Templates/TabsView.tsx @@ -48,7 +48,7 @@ export const TabsView = ({ item, offers, needs, relations, updatePermission, loa aria-label="Info" checked={activeTab == 1 && true} onChange={() => updateActiveTab(1)} />
+ className="tw-tab-content tw-bg-base-100 tw-rounded-box tw-h-[calc(100dvh-280px)] tw-overflow-y-auto fade tw-pt-2 tw-pb-4 tw-mb-4 tw-overflow-x-hidden"> {item.layer?.itemType.show_start_end &&
}