Skip to content

Commit

Permalink
Calendar scrolls on phone (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Natan Söderström <natans@kth.se>
  • Loading branch information
03-Fred and Natan Söderström authored Oct 3, 2024
1 parent e550bc8 commit c6ac397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Frontpage/Frontpage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
top: -220px;
box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
z-index: 21;
overflow: scroll;
}

.content.hero {
Expand Down
1 change: 1 addition & 0 deletions src/components/News/News.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
padding: 20px 50px;
min-height: 0;
z-index: 21;
overflow: scroll;
}

.metadata {
Expand Down

0 comments on commit c6ac397

Please sign in to comment.