Skip to content

Commit

Permalink
Fix main width (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume authored Nov 28, 2024
1 parent 5ee2ecd commit 95a5797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/experimental/Navigation/ApplicationFrame/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ApplicationFrameContent({ children, sidebar }: ApplicationFrameProps) {
<motion.main
id="content"
className={cn(
"flex max-w-full flex-1 xs:py-1 xs:pr-1",
"flex max-w-full flex-1 overflow-auto xs:py-1 xs:pr-1",
sidebarState === "locked" ? "pl-0" : "xs:pl-1"
)}
layout
Expand Down

0 comments on commit 95a5797

Please sign in to comment.