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;
overflow: hidden;
position: relative;
z-index: 1000;
}
#openwebrx-bookmarks-container .bookmark-locator {
@ -189,11 +190,11 @@ input[type=range]:focus::-ms-fill-upper
}
#openwebrx-bookmarks-container .bookmark.selected {
z-index: 10;
z-index: 1010;
}
#openwebrx-bookmarks-container .bookmark:hover {
z-index: 11;
z-index: 1011;
}
#openwebrx-bookmarks-container .bookmark:after {