Skip to content

Commit

Permalink
Added sticky header for the project schedule and removed individual s…
Browse files Browse the repository at this point in the history
…croll for schedule rows
  • Loading branch information
anishTP committed Jul 3, 2024
1 parent 9d729f2 commit 68991f8
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;
height: 100vh;
.schedule__row {
overflow: auto;
overflow: initial;
.schedule__row__column {
position: relative;
background-image: url('../../img/schedule-box-background.png');
Expand Down

1 comment on commit 68991f8

@anishTP
Copy link
Contributor Author

@anishTP anishTP commented on 68991f8 Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before

recording1-ezgif com-video-to-gif-converter

After

recording_after-ezgif com-video-to-gif-converter

Please sign in to comment.