From 2ebdae7f24782886a7b110f611288429e088b8b3 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Tue, 20 Aug 2024 10:03:59 +0200 Subject: [PATCH] CSS fix --- view-webapp/src/main/sass/tour.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view-webapp/src/main/sass/tour.scss b/view-webapp/src/main/sass/tour.scss index f5a6255..b11937a 100644 --- a/view-webapp/src/main/sass/tour.scss +++ b/view-webapp/src/main/sass/tour.scss @@ -483,6 +483,10 @@ #standings-container { max-width: 95vw; } + + #standings-table thead tr th { + z-index: 10; + } td.game-result { position: relative;