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",
|
background: "unset",
|
||||||
color: "unset",
|
color: "unset",
|
||||||
}}
|
}}
|
||||||
|
UNSAFE_className="overflow-x-hidden"
|
||||||
colorScheme="dark"
|
colorScheme="dark"
|
||||||
scale="medium"
|
scale="medium"
|
||||||
theme={darkTheme}
|
theme={darkTheme}
|
||||||
|
@ -10,6 +10,7 @@ export const wrapRootElement = ({ element }) => (
|
|||||||
background: "unset",
|
background: "unset",
|
||||||
color: "unset",
|
color: "unset",
|
||||||
}}
|
}}
|
||||||
|
UNSAFE_className="overflow-x-hidden"
|
||||||
colorScheme="dark"
|
colorScheme="dark"
|
||||||
scale="medium"
|
scale="medium"
|
||||||
theme={darkTheme}
|
theme={darkTheme}
|
||||||
|
@ -75,7 +75,7 @@ const MasonryGallery = ({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className="w-full flex items-center flex-wrap"
|
className="flex items-center flex-wrap"
|
||||||
style={{
|
style={{
|
||||||
position: "relative",
|
position: "relative",
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user