Skip to content

Commit

Permalink
Added scroll bar for Schedule TM pop up (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
devikasuresh20 authored Nov 13, 2024
1 parent 014b4ea commit ea6cca7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
display: inline-block;
}

.container-fluid {
max-height: 400px;
overflow-y: auto;
overflow-x: hidden;
}

.slots-container {
max-height: 200px;
overflow-y: auto;
Expand Down

0 comments on commit ea6cca7

Please sign in to comment.