add z-index to prevent other content shining through

This commit is contained in:
Jakob Ketterl 2019-09-28 16:51:34 +02:00
parent 4407146962
commit 4c2979d242
1 changed files with 3 additions and 2 deletions

View File

@ -166,6 +166,7 @@ input[type=range]:focus::-ms-fill-upper
background-color: #444; background-color: #444;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
z-index: 1000;
} }
#openwebrx-bookmarks-container .bookmark-locator { #openwebrx-bookmarks-container .bookmark-locator {
@ -189,11 +190,11 @@ input[type=range]:focus::-ms-fill-upper
} }
#openwebrx-bookmarks-container .bookmark.selected { #openwebrx-bookmarks-container .bookmark.selected {
z-index: 10; z-index: 1010;
} }
#openwebrx-bookmarks-container .bookmark:hover { #openwebrx-bookmarks-container .bookmark:hover {
z-index: 11; z-index: 1011;
} }
#openwebrx-bookmarks-container .bookmark:after { #openwebrx-bookmarks-container .bookmark:after {