Skip to content

Commit

Permalink
fixed event page scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam0204 committed Apr 8, 2024
1 parent e76c822 commit 7c52f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flow/static/eventsAndInitiatives/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ body {
justify-content: center;
gap: 2em;
min-height: 80vh;
height: 92vh;
overflow-y: scroll;
/* margin-bottom: 100px; */
/* height: calc(100vh - 183px); */
overflow-y: hidden;
Expand Down

0 comments on commit 7c52f0a

Please sign in to comment.