mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-08-16 05:40:37 +03:00
B: Fix transparent bg for tabs
This commit is contained in:
parent
0015969fbb
commit
17bd0401fd
|
@ -60,7 +60,7 @@ export function OssTabs({ activeTab }: OssTabsProps) {
|
||||||
defaultFocus
|
defaultFocus
|
||||||
className='relative flex flex-col mx-auto min-w-fit items-center'
|
className='relative flex flex-col mx-auto min-w-fit items-center'
|
||||||
>
|
>
|
||||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2'>
|
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2 bg-background'>
|
||||||
<MenuOssTabs />
|
<MenuOssTabs />
|
||||||
|
|
||||||
<TabLabel label='Паспорт' />
|
<TabLabel label='Паспорт' />
|
||||||
|
|
|
@ -76,7 +76,7 @@ export function RSTabs({ activeID, activeTab }: RSTabsProps) {
|
||||||
defaultFocus
|
defaultFocus
|
||||||
className='relative flex flex-col min-w-fit items-center'
|
className='relative flex flex-col min-w-fit items-center'
|
||||||
>
|
>
|
||||||
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2'>
|
<TabList className='absolute z-sticky flex border-b-2 border-x-2 divide-x-2 bg-background'>
|
||||||
<MenuRSTabs />
|
<MenuRSTabs />
|
||||||
|
|
||||||
<TabLabel label='Паспорт' />
|
<TabLabel label='Паспорт' />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user