fix text overlapping on topbar with z-index
This commit is contained in:
parent
5424155422
commit
ce59e4ab44
2 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,7 @@ html *
|
|||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(224, 224, 224, 1);
|
||||
color: #000000;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
|
@ -274,6 +275,7 @@ html *
|
|||
background-color: #303030;
|
||||
border: 1px solid #1f1f1f;
|
||||
color: #ffffff;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
|
|
|
@ -123,6 +123,7 @@ html *
|
|||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(224, 224, 224, 1);
|
||||
color: #000000;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
|
@ -263,6 +264,7 @@ html *
|
|||
background-color: #303030;
|
||||
border: 1px solid #1f1f1f;
|
||||
color: #ffffff;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
|
|
Loading…
Reference in a new issue