mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
fix: default sub-nav to align top on large screen
This commit is contained in:
@@ -8,8 +8,8 @@ export function FaqTab() {
|
||||
<div className="flex flex-col flex-1 container w-full">
|
||||
<ResponsiveNav
|
||||
className="grow h-full overflow-auto"
|
||||
contentClassName="flex flex-col overflow-auto pl-6"
|
||||
navigationClassName="overflow-x-auto pb-[2px] md:pb-0 h-full md:items-center [&]:md:flex"
|
||||
contentClassName="flex flex-col overflow-auto px-8"
|
||||
navigationClassName="overflow-x-auto pb-[2px] md:pb-0 h-full md:items-start [&]:md:flex"
|
||||
navigation={
|
||||
<div role="tablist" className="tabs gap-1 flex-nowrap md:flex-col grow items-center">
|
||||
{FAQ_PAGES.map(({ id, name }) => (
|
||||
|
||||
Reference in New Issue
Block a user