Skip to content

Commit

Permalink
fix(MetaDetails): list container overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jul 26, 2024
1 parent 3710386 commit 5de7d1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/MetaDetails/StreamsList/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@

.streams-container {
margin-top: 0;
overflow: visible;
scrollbar-color: @color-surface-light5-20 transparent;

&::-webkit-scrollbar-thumb {
Expand Down
4 changes: 4 additions & 0 deletions src/routes/MetaDetails/VideosList/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@
@media only screen and (max-width: @minimum) {
.videos-list-container {
overflow: visible;

.videos-container {
overflow: auto;
}
}
}

0 comments on commit 5de7d1e

Please sign in to comment.