Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/styleguide/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Layout = ({ content, pageContent, path }: StyleguidePlaygroundProps) => {
}

return (
<div className="sg-relative sg-min-h-screen">
<div className="styleguide sg-relative sg-min-h-screen">
<header className="sg-fixed sg-top-0 sg-left-0 sg-right-0 sg-z-40 sg-h-12 sg-bg-white sg-font-sans sg-shadow-xl md:sg-hidden">
<button
className="sg-absolute sg-top-2 sg-right-4 sg-z-50 sg-rounded sg-bg-white sg-p-1.5 sg-text-neutral-800 hover:sg-opacity-60 md:sg-hidden"
Expand Down