fix: sidebar height (#760)
This commit is contained in:
parent
60230872ac
commit
d0e087d582
@ -98,7 +98,7 @@ const Sidebar: FC<TranslateProps> = ({ t }) => {
|
|||||||
<aside
|
<aside
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'w-sidebar-expanded',
|
'w-sidebar-expanded',
|
||||||
'h-full sm:fixed sm:z-20 sm:shadow-sidebar lg:block lg:z-auto lg:shadow-none',
|
'h-main sm:fixed sm:z-20 sm:shadow-sidebar lg:block lg:z-auto lg:shadow-none',
|
||||||
)}
|
)}
|
||||||
aria-label="Sidebar"
|
aria-label="Sidebar"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user