fixed bug where caption was indexed over the scoreboard

This commit is contained in:
2021-10-24 20:08:04 +02:00
committed by Giovanni Harting
parent 617b48a87b
commit efafddbe99

View File

@@ -121,6 +121,8 @@ table {
margin-left: -78px;
margin-bottom: -158px;
z-index: 0;
.hidden {
color: transparent;
user-select: none;
@@ -159,6 +161,11 @@ table {
}
}
tbody {
position: relative;
z-index: 1;
}
tr {
height: 40px;
}