fix(landing): hide horizontal scroll (#267)

This commit is contained in:
Hesham Abourgheba 2022-06-21 18:47:52 +03:00 committed by GitHub
parent b7d1a6d7a6
commit 6332e755f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ export function App({
return (
<React.StrictMode>
<PageContextProvider pageContext={pageContext}>
<div className="dark dark:bg-black dark:text-white">
<div className="dark dark:bg-black dark:text-white overflow-x-hidden">
<Button
href="#content"
className="fixed left-0 z-50 mt-3 ml-8 duration-200 -translate-y-16 cursor-pointer focus:translate-y-0"