fixed bug where caption was indexed over the scoreboard
This commit is contained in:
@@ -121,6 +121,8 @@ table {
|
|||||||
margin-left: -78px;
|
margin-left: -78px;
|
||||||
margin-bottom: -158px;
|
margin-bottom: -158px;
|
||||||
|
|
||||||
|
z-index: 0;
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
@@ -159,6 +161,11 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user