reponsived the website and login fix done

This commit is contained in:
2026-07-21 16:26:45 +05:30
parent 407574d62a
commit f62668e54e
16 changed files with 11203 additions and 11193 deletions

View File

@@ -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;