mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
disable pointer events for background images
This commit is contained in:
parent
61a8088a89
commit
d25db6ebde
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@
|
|||
}
|
||||
|
||||
.background-image {
|
||||
pointer-events: none;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue