Skip to content

Commit

Permalink
Fix schedule on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jul 17, 2024
1 parent 8f7095f commit 318110c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funnel/assets/sass/pages/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@

.schedule__row--sticky {
display: flex;
overflow-x: auto;
position: -webkit-sticky;
position: sticky;
top: 0; // header height in home page
Expand Down

0 comments on commit 318110c

Please sign in to comment.