From dfd122a7781bcedc2e1310ace986b0c6810061d7 Mon Sep 17 00:00:00 2001 From: fracek Date: Sun, 10 Mar 2013 16:33:20 +0100 Subject: [PATCH] Fix community's page sidebar on mobile --- .../_themes/opendylan/static/opendylan.org/css/opendylan.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/website/source/_themes/opendylan/static/opendylan.org/css/opendylan.css b/documentation/website/source/_themes/opendylan/static/opendylan.org/css/opendylan.css index d2bd5ad85..7ba390803 100644 --- a/documentation/website/source/_themes/opendylan/static/opendylan.org/css/opendylan.css +++ b/documentation/website/source/_themes/opendylan/static/opendylan.org/css/opendylan.css @@ -64,6 +64,9 @@ a.headerlink { body { padding-top: 0; } + .bs-docs-sidebar .affix { + position: relative; + } } @media (min-width: 768px) and (max-width: 980px) {