Skip to content

Commit

Permalink
fix(videodetail): unnecessary scrollbar in videolist
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaDTH authored and AntonLantukh committed Apr 22, 2024
1 parent d6b6e8f commit 11a0e32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
}

.content {

@include responsive.desktop-only() {
height: 100%;
padding: 16px 24px;
overflow-y: scroll;
overflow-y: auto;
}
}

Expand Down

0 comments on commit 11a0e32

Please sign in to comment.