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);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid rgba(224, 224, 224, 1);
|
border: 1px solid rgba(224, 224, 224, 1);
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listinfo {
|
.listinfo {
|
||||||
|
@ -274,6 +275,7 @@ html *
|
||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
border: 1px solid #1f1f1f;
|
border: 1px solid #1f1f1f;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listinfo {
|
.listinfo {
|
||||||
|
|
|
@ -123,6 +123,7 @@ html *
|
||||||
background-color: rgba(255, 255, 255, 1);
|
background-color: rgba(255, 255, 255, 1);
|
||||||
border: 1px solid rgba(224, 224, 224, 1);
|
border: 1px solid rgba(224, 224, 224, 1);
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listinfo {
|
.listinfo {
|
||||||
|
@ -263,6 +264,7 @@ html *
|
||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
border: 1px solid #1f1f1f;
|
border: 1px solid #1f1f1f;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listinfo {
|
.listinfo {
|
||||||
|
|
Loading…
Add table
Reference in a new issue