fix: some 🐛
This commit is contained in:
@@ -85,7 +85,7 @@ const PrimaryPageLayout = forwardRef(
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
className="sm:h-screen sm:overflow-auto"
|
className="sm:h-screen sm:overflow-auto pt-12 sm:pt-0"
|
||||||
scrollBarClassName="sm:z-50"
|
scrollBarClassName="sm:z-50"
|
||||||
ref={scrollAreaRef}
|
ref={scrollAreaRef}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ export default function SecondaryPageLayout({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ScrollArea
|
<ScrollArea
|
||||||
className="sm:h-screen sm:overflow-auto"
|
className="sm:h-screen sm:overflow-auto pt-12 sm:pt-0"
|
||||||
scrollBarClassName="sm:z-50"
|
scrollBarClassName="sm:z-50"
|
||||||
ref={scrollAreaRef}
|
ref={scrollAreaRef}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user