From 1ce4cae217ba5b1082a545a757d3e58cd199d89e Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 15 Jun 2020 16:24:04 +0200 Subject: [PATCH] Fix nav status tooltip z-index --- frontend/sass/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/index.scss b/frontend/sass/index.scss index b6179d5..e576ef2 100644 --- a/frontend/sass/index.scss +++ b/frontend/sass/index.scss @@ -219,7 +219,7 @@ body { #history #status > * .tip { position: absolute; - z-index: 1; + z-index: 30; left: 100%; top: 50%; transform: translateY(-50%);