Added needed z-indexing
This commit is contained in:
parent
8366d2f07b
commit
aeb5c29f60
@ -50,6 +50,7 @@
|
|||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
max-height: 632px;
|
max-height: 632px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
z-index: 888;
|
||||||
}
|
}
|
||||||
|
|
||||||
#favesList > li:hover {
|
#favesList > li:hover {
|
||||||
@ -122,6 +123,7 @@
|
|||||||
background: radial-gradient(circle,#3f3f3f,#000000);
|
background: radial-gradient(circle,#3f3f3f,#000000);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#serverMsgView {
|
#serverMsgView {
|
||||||
@ -131,6 +133,7 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(0,0,0,0.64);
|
background-color: rgba(0,0,0,0.64);
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchField {
|
#searchField {
|
||||||
|
Loading…
Reference in New Issue
Block a user