Browse Source

fix: added overflow scroll back to page layout

pull/390/head
Dan Ditomaso 1 year ago
parent
commit
921f9b21a2
  1. 2
      src/components/PageLayout.tsx

2
src/components/PageLayout.tsx

@ -49,7 +49,7 @@ export const PageLayout = ({
</div>
<div
className={cn(
"flex h-full w-full flex-col",
"flex h-full w-full flex-col overflow-y-auto",
!noPadding && "pl-3 pr-3 ",
)}
>

Loading…
Cancel
Save