fix: sidebar height (#760)

This commit is contained in:
Denys Konovalov 2023-04-25 14:47:49 +02:00 committed by GitHub
parent 60230872ac
commit d0e087d582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
> >