Skip to content

Commit

Permalink
fix scrollbar Light theme column tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
001elijah committed Jun 28, 2023
1 parent b0833fb commit 1a25cd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/TaskColumn/TaskColumn.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

.taskCardListLight {
margin-bottom: 10px;
overflow-y: scroll;
overflow-x: hidden;
overflow-y: auto;
max-height: calc(100vh - 280px);

&::-webkit-scrollbar {
Expand Down

0 comments on commit 1a25cd2

Please sign in to comment.