From e14a660c9ab6450a4b5b7699bbbe1e0cfec495f4 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 14 May 2021 17:08:16 +0200 Subject: [PATCH] [fix] sphinx-tabs should not overlap sidebar Signed-off-by: Markus Heiser --- docs/_themes/searx/static/searx.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searx/static/searx.css index ae742a4e0..db101c054 100644 --- a/docs/_themes/searx/static/searx.css +++ b/docs/_themes/searx/static/searx.css @@ -138,3 +138,7 @@ caption { caption-side: top; text-align: left; } + +div.sphinx-tabs { + clear: both; +}