diff --git a/src/components/ScoreTeam.vue b/src/components/ScoreTeam.vue index 49bd9d3..4a07ad7 100644 --- a/src/components/ScoreTeam.vue +++ b/src/components/ScoreTeam.vue @@ -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; }