Skip to content

Commit d622363

Browse files
committed
Redice sidebar z-index to be lower than new NavBar
1 parent ec991c1 commit d622363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/AsideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const AsideMenu: FC<AsideMenuProps> = ({ routePrefix, showOnMobile = fals
4646
className={clsx(
4747
'tw:w-(--aside-menu-width) tw:bg-lm-primary tw:dark:bg-dm-primary',
4848
'tw:pt-[15px] tw:md:pt-[30px] tw:pb-[10px]',
49-
'tw:fixed! tw:bottom-0 tw:top-(--header-height) tw:z-1010 tw:transition-[left] tw:duration-300',
49+
'tw:fixed! tw:bottom-0 tw:top-(--header-height) tw:z-890 tw:transition-[left] tw:duration-300',
5050
'tw:shadow-aside-menu-mobile tw:md:shadow-aside-menu',
5151
{
5252
'tw:left-0': showOnMobile,

0 commit comments

Comments
 (0)