mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Merge branch 'development' of https://github.com/Stremio/stremio-web into development
This commit is contained in:
commit
a703a8a5ee
2 changed files with 5 additions and 0 deletions
|
|
@ -182,6 +182,7 @@
|
|||
|
||||
.streams-container {
|
||||
margin-top: 0;
|
||||
overflow: visible;
|
||||
scrollbar-color: @color-surface-light5-20 transparent;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
|
|
|
|||
|
|
@ -74,5 +74,9 @@
|
|||
@media only screen and (max-width: @minimum) {
|
||||
.videos-list-container {
|
||||
overflow: visible;
|
||||
|
||||
.videos-container {
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue