From 026e526817ab069b73af3211023fb2823e7bca3c Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 17 May 2017 20:10:58 -0400 Subject: [PATCH] Lazy fix for active class when viewport is too small for sidebar. --- docs/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 9afc6f31b..ccbb6af9a 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -496,4 +496,8 @@ div#welcome-to-discord-py > h1 { color: #fff; } + .active { + background-color: transparent; + border-left: none; + } }