Skip to content

Commit

Permalink
Remove overflow for sticky header of schedule (#2099)
Browse files Browse the repository at this point in the history
* Remove overflow  for  sticky header of  schedule

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
vidya-ram and pre-commit-ci[bot] authored Jul 13, 2024
1 parent 34f9c4e commit 8f7095f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 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,8 +238,6 @@
}
}
.schedule__row--sticky {
overflow: auto;

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

0 comments on commit 8f7095f

Please sign in to comment.