Skip to content

Commit

Permalink
Remove overflow for sticky header of schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jul 13, 2024
1 parent 34f9c4e commit e65b179
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions funnel/assets/sass/pages/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@

.schedule__row--sticky {
display: flex;
overflow-x: auto;
position: -webkit-sticky;
position: sticky;
top: 0; // header height in home page
Expand Down Expand Up @@ -239,7 +238,6 @@
}
}
.schedule__row--sticky {
overflow: auto;

.schedule__row__column--header {
outline: 1px solid $mui-divider-color;
Expand Down

0 comments on commit e65b179

Please sign in to comment.