Skip to content

Commit

Permalink
feat(UpcomingAssignement) : add responsive scroll to prevent the chec…
Browse files Browse the repository at this point in the history
…kbox to overflow in the border of the container
  • Loading branch information
saumon-brule committed Sep 8, 2024
1 parent 3851f09 commit a52eb55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/app/Homeworks/UpcomingAssignments.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
flex-direction: column;
padding: 15px;
gap: 10px;
overflow: scroll !important;
}

.upcoming-assignments {
Expand All @@ -11,6 +12,7 @@
border-radius: 15px;
padding-inline: 15px;
justify-content: space-between;
min-height: 50px;
gap: 10px;
flex: 1;
cursor: pointer;
Expand Down

0 comments on commit a52eb55

Please sign in to comment.