Merge branch 'development' of https://github.com/Stremio/stremio-web into development

This commit is contained in:
Tim 2024-07-26 18:27:09 +02:00
commit a703a8a5ee
2 changed files with 5 additions and 0 deletions

View file

@ -182,6 +182,7 @@
.streams-container {
margin-top: 0;
overflow: visible;
scrollbar-color: @color-surface-light5-20 transparent;
&::-webkit-scrollbar-thumb {

View file

@ -74,5 +74,9 @@
@media only screen and (max-width: @minimum) {
.videos-list-container {
overflow: visible;
.videos-container {
overflow: auto;
}
}
}