mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:54:25 +02:00
Add z-index fix for dropped down list
This commit is contained in:
parent
5579c409e7
commit
6e5cb63d4f
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ hr {
|
|||
.dropdown dl[dropped="true"] {
|
||||
color: #404040;
|
||||
background: linear-gradient(#afafaf, #afafaf);
|
||||
z-index: 998;
|
||||
}
|
||||
|
||||
.dropdown dt {
|
||||
|
|
Loading…
Reference in a new issue