mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: remove double scrollbar on home page
Main element in AppLayout now handles scrolling (overflow-y-auto). Removed redundant overflow-y-auto from home page wrapper.
This commit is contained in:
@@ -117,7 +117,7 @@ export function HomePage() {
|
||||
|
||||
return (
|
||||
<AppLayout>
|
||||
<div className="flex-1 overflow-y-auto">
|
||||
<div>
|
||||
<div className="mx-auto max-w-5xl px-4 py-6 sm:px-6">
|
||||
{/* Search bar */}
|
||||
<HomeSearchBar
|
||||
|
||||
Reference in New Issue
Block a user