mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: point event none for tablets on portrait mode
This commit is contained in:
parent
3e0308dff1
commit
0433da66c1
1 changed files with 10 additions and 0 deletions
|
|
@ -206,3 +206,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: @small-phone-portrait-size) and (max-width: @small) and (orientation: portrait) {
|
||||
.cell {
|
||||
.items {
|
||||
.item {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue