forked from crowetic/commerce
Changes Scroll
This commit is contained in:
parent
7d4b11d204
commit
7e73f00860
@ -24,7 +24,7 @@ const Footer: FC<Props> = ({ className, pages }) => {
|
|||||||
<div className="bg-black text-white">
|
<div className="bg-black text-white">
|
||||||
<footer className={rootClassName}>
|
<footer className={rootClassName}>
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<a className="flex flex-initial items-center md:items-start font-bold md:mr-24">
|
<a className="flex flex-initial items-center font-bold md:mr-24">
|
||||||
<span className="rounded-full border border-gray-700 mr-2">
|
<span className="rounded-full border border-gray-700 mr-2">
|
||||||
<Logo />
|
<Logo />
|
||||||
</span>
|
</span>
|
||||||
|
@ -18,7 +18,11 @@ const DropdownMenu: FC<DropdownMenuProps> = ({
|
|||||||
...props
|
...props
|
||||||
}) => {
|
}) => {
|
||||||
const { theme, setTheme } = useTheme()
|
const { theme, setTheme } = useTheme()
|
||||||
usePreventScroll()
|
|
||||||
|
usePreventScroll({
|
||||||
|
isDisabled: !open,
|
||||||
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Transition
|
<Transition
|
||||||
show={open}
|
show={open}
|
||||||
|
BIN
public/us-flag.png
Normal file
BIN
public/us-flag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 762 B |
Loading…
x
Reference in New Issue
Block a user