Browse Source

Merge pull request #9015 from adamscott/fix-website-highlight

Fix website highlight of text

(cherry picked from commit ac92bfb47aa7789c87d640522fedfbf9cde0e95c)
Max Hilbrunner 1 year ago
parent
commit
781bdf1f45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      _static/css/custom.css

+ 1 - 0
_static/css/custom.css

@@ -668,6 +668,7 @@ footer {
 }
 
 .wy-body-for-nav {
+    position: relative;
     background-color: var(--content-wrap-background-color);
 }