We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa33f93 + 2b33c93 commit 3be2130Copy full SHA for 3be2130
1 file changed
src/styleguide/Layout.tsx
@@ -22,7 +22,7 @@ const Layout = ({ content, pageContent, path }: StyleguidePlaygroundProps) => {
22
}
23
24
return (
25
- <div className="sg-relative sg-min-h-screen">
+ <div className="styleguide sg-relative sg-min-h-screen">
26
<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">
27
<button
28
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"
0 commit comments