This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

web/components/profile: set overlapBottom to true in ProfileTabs

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/profile/ProfileTabs.svelte
··· 38 38 ]); 39 39 </script> 40 40 41 - <Tabs {tabs} {active} label="profile sections" /> 41 + <Tabs {tabs} {active} overlapBottom={true} label="profile sections" />