From 9b9fab9f2a60e231e665cf8c69385c4eb756777d Mon Sep 17 00:00:00 2001 From: Stijn Peeters Date: Tue, 18 Feb 2025 13:58:30 +0100 Subject: [PATCH] z-index 10 on tooltips so they don't disappear behind stuff --- webtool/static/css/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webtool/static/css/stylesheet.css b/webtool/static/css/stylesheet.css index 5ffb25823..3fe2c64f5 100644 --- a/webtool/static/css/stylesheet.css +++ b/webtool/static/css/stylesheet.css @@ -470,6 +470,7 @@ nav > ul.flat > li:not(:last-child)::after { position: absolute; max-width: 25em; border: 2px solid var(--contrast-dark); + z-index: 10; } *[role=tooltip].force-width, article p[role=toolip].force-width {