fix horizontal scroll on gallery page
This commit is contained in:
parent
c66eb66981
commit
187b8f7b23
@ -35,6 +35,7 @@ export const wrapRootElement = ({ element }) => (
|
||||
background: "unset",
|
||||
color: "unset",
|
||||
}}
|
||||
UNSAFE_className="overflow-x-hidden"
|
||||
colorScheme="dark"
|
||||
scale="medium"
|
||||
theme={darkTheme}
|
||||
|
@ -10,6 +10,7 @@ export const wrapRootElement = ({ element }) => (
|
||||
background: "unset",
|
||||
color: "unset",
|
||||
}}
|
||||
UNSAFE_className="overflow-x-hidden"
|
||||
colorScheme="dark"
|
||||
scale="medium"
|
||||
theme={darkTheme}
|
||||
|
@ -75,7 +75,7 @@ const MasonryGallery = ({
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className="w-full flex items-center flex-wrap"
|
||||
className="flex items-center flex-wrap"
|
||||
style={{
|
||||
position: "relative",
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user