generated from muhtadeetaron/nextjs-template
fix(ui): fix exam screen layout, bottom navigation tabs
This commit is contained in:
@ -21,7 +21,7 @@ export default function TabsLayout({ children }: { children: ReactNode }) {
|
||||
<div className="min-h-screen flex flex-col">
|
||||
<main className="flex-1">{children}</main>
|
||||
|
||||
<nav className="h-[70px] flex justify-around items-center border-t border-t-neutral-400 p-4 rounded-t-4xl bg-white">
|
||||
<nav className="h-[70px] w-full flex justify-around items-center border-t border-t-neutral-400 p-4 rounded-t-4xl bg-white fixed bottom-0">
|
||||
{tabs.map((tab) => (
|
||||
<Link
|
||||
key={tab.name}
|
||||
|
||||
Reference in New Issue
Block a user