Skip to content

Commit 7994045

Browse files
author
Strek
authored
Fixes survey (#4451)
1 parent 3c3d8ac commit 7994045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/Layout/Page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Page({routeTree, children}: PageProps) {
2121
<MenuProvider>
2222
<SidebarContext.Provider value={routeTree}>
2323
<div className="h-auto lg:h-screen flex flex-row">
24-
<div className="no-bg-scrollbar h-auto lg:h-full lg:overflow-y-scroll fixed flex flex-row lg:flex-col py-0 top-16 sm:top-10 left-0 right-0 lg:max-w-xs w-full shadow lg:shadow-none z-50">
24+
<div className="no-bg-scrollbar h-auto lg:h-[calc(100%-40px)] lg:overflow-y-scroll fixed flex flex-row lg:flex-col py-0 top-16 sm:top-10 left-0 right-0 lg:max-w-xs w-full shadow lg:shadow-none z-50">
2525
<Nav />
2626
<Sidebar />
2727
</div>

0 commit comments

Comments
 (0)