Browse Source

fix: some 🐛

imwald
codytseng 1 year ago
parent
commit
6a73adfd3d
  1. 2
      src/layouts/PrimaryPageLayout/index.tsx
  2. 2
      src/layouts/SecondaryPageLayout/index.tsx

2
src/layouts/PrimaryPageLayout/index.tsx

@ -85,7 +85,7 @@ const PrimaryPageLayout = forwardRef( @@ -85,7 +85,7 @@ const PrimaryPageLayout = forwardRef(
return (
<ScrollArea
className="sm:h-screen sm:overflow-auto"
className="sm:h-screen sm:overflow-auto pt-12 sm:pt-0"
scrollBarClassName="sm:z-50"
ref={scrollAreaRef}
style={{

2
src/layouts/SecondaryPageLayout/index.tsx

@ -71,7 +71,7 @@ export default function SecondaryPageLayout({ @@ -71,7 +71,7 @@ export default function SecondaryPageLayout({
return (
<ScrollArea
className="sm:h-screen sm:overflow-auto"
className="sm:h-screen sm:overflow-auto pt-12 sm:pt-0"
scrollBarClassName="sm:z-50"
ref={scrollAreaRef}
style={{

Loading…
Cancel
Save