From e200f002affb5d5416f750963e90a3784e0965c0 Mon Sep 17 00:00:00 2001 From: Sebastian Zoglowek <55794780+zoglo@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:42:22 +0100 Subject: [PATCH] Adjust `z-index` for `.jump-targets` --- core-bundle/contao/themes/flexible/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-bundle/contao/themes/flexible/styles/main.css b/core-bundle/contao/themes/flexible/styles/main.css index 74b73885aed..f4803ea597f 100644 --- a/core-bundle/contao/themes/flexible/styles/main.css +++ b/core-bundle/contao/themes/flexible/styles/main.css @@ -742,7 +742,7 @@ h2.sub_headline { border-bottom: 1px solid var(--content-border); position: sticky; top: 0; - z-index: 3; + z-index: 1; } .jump-targets .inner {