From 781bdf1f45f6ba60bf37a2930609bf2bf00cec82 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Mon, 26 Feb 2024 16:17:04 +0100 Subject: [PATCH] Merge pull request #9015 from adamscott/fix-website-highlight Fix website highlight of text (cherry picked from commit ac92bfb47aa7789c87d640522fedfbf9cde0e95c) --- _static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index 6cbf9606c..60ba496bc 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -668,6 +668,7 @@ footer { } .wy-body-for-nav { + position: relative; background-color: var(--content-wrap-background-color); }