Skip to content

Commit

Permalink
Apply side scroll to full schedule instead of each row (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP authored Jul 12, 2024
1 parent f77f93d commit bfa0054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion funnel/assets/sass/pages/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@
margin: $mui-grid-padding-double 0;
.schedule__table {
overflow: auto;
max-height: 100vh;
.schedule__row {
overflow: auto;
overflow: initial;
.schedule__row__column {
position: relative;
background-image: url('../../img/schedule-box-background.png');
Expand Down

0 comments on commit bfa0054

Please sign in to comment.