reponsived the website and login fix done
This commit is contained in:
@@ -287,7 +287,7 @@ export default function SettingsView({ tenantId = FIESTA_TENANT_ID, user }: Sett
|
||||
</div>
|
||||
|
||||
{/* Navigation tab rail */}
|
||||
<nav className="flex lg:flex-col gap-1.5 overflow-x-auto select-none">
|
||||
<nav className="flex lg:flex-col gap-1.5 overflow-x-auto custom-scrollbar no-scrollbar touch-scrolling select-none">
|
||||
{tabs.map((t) => {
|
||||
const Icon = t.icon;
|
||||
const active = activeTab === t.key;
|
||||
|
||||
Reference in New Issue
Block a user