Browse Source

[fix] sphinx-tabs should not overlap sidebar

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 4 years ago
parent
commit
e14a660c9a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/_themes/searx/static/searx.css

+ 4 - 0
docs/_themes/searx/static/searx.css

@@ -138,3 +138,7 @@ caption {
   caption-side: top;
   text-align: left;
 }
+
+div.sphinx-tabs {
+    clear: both;
+}