mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Hotfix/scroll to top (#73)
* repositioned scroll to top * theme swtich removed from hamburger
This commit is contained in:
@@ -83,9 +83,6 @@ const HamburgerMenu = ({
|
|||||||
{t("contact")}
|
{t("contact")}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li className="py-5">
|
|
||||||
<ThemeSwitcher />
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const ScrollToTopButton = () => {
|
|||||||
|
|
||||||
const scrollToTopButtonClass = isLgScreen
|
const scrollToTopButtonClass = isLgScreen
|
||||||
? "absolute bottom-0 right-3 p-10"
|
? "absolute bottom-0 right-3 p-10"
|
||||||
: "fixed top-20 right-3";
|
: "fixed bottom-20 right-3 py-10";
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user