Skip to content

Commit

Permalink
Merge pull request Stremio#665 from Stremio/fix/list-container-overfl…
Browse files Browse the repository at this point in the history
…ow-mobile

fix(MetaDetails): list container overflow on mobile
  • Loading branch information
tymmesyde committed Jul 26, 2024
2 parents 334c8de + 8cfb46f commit 3a3601a
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 3a3601a

Please sign in to comment.