We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec991c1 commit d622363Copy full SHA for d622363
1 file changed
src/common/AsideMenu.tsx
@@ -46,7 +46,7 @@ export const AsideMenu: FC<AsideMenuProps> = ({ routePrefix, showOnMobile = fals
46
className={clsx(
47
'tw:w-(--aside-menu-width) tw:bg-lm-primary tw:dark:bg-dm-primary',
48
'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',
+ 'tw:fixed! tw:bottom-0 tw:top-(--header-height) tw:z-890 tw:transition-[left] tw:duration-300',
50
'tw:shadow-aside-menu-mobile tw:md:shadow-aside-menu',
51
{
52
'tw:left-0': showOnMobile,
0 commit comments