Skip to content

Commit

Permalink
fix: Overscroll on /map
Browse files Browse the repository at this point in the history
Co-authored-by: Didrik Munther <[email protected]>
  • Loading branch information
hampfh and didrikmunther committed Nov 17, 2024
1 parent 1344b29 commit 395087b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/student/map/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import "./map.css"
export default function Layout({ children }: React.PropsWithChildren) {
return children
}
3 changes: 3 additions & 0 deletions src/app/student/map/map.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
overscroll-behavior-y: none !important;
}

0 comments on commit 395087b

Please sign in to comment.