mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
set zindex 0 when position is relative
This commit is contained in:
parent
cb73c56e4f
commit
86a4effb81
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
position: relative;
|
||||
width: 90%;
|
||||
max-width: initial;
|
||||
z-index: 0;
|
||||
|
||||
.close-button-container {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue