Mobile Firefox scrolling fixed
This commit is contained in:
@@ -42,7 +42,7 @@ function App() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="h-screen w-screen bg-surface text-on-surface font-sans flex flex-col md:flex-row overflow-hidden">
|
||||
<div className="h-[100dvh] w-screen bg-surface text-on-surface font-sans flex flex-col md:flex-row overflow-hidden">
|
||||
{currentUser && (
|
||||
<Navbar lang={language} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user