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