From 7045a5b08c969793227d060eaf259adb13b60ea6 Mon Sep 17 00:00:00 2001 From: Thomas Hackl Date: Fri, 16 Dec 2022 14:29:45 +0100 Subject: adjust positioning of table of contents, re #1910 --- resources/assets/stylesheets/scss/responsive.scss | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index a1e09d4..b5aa7c4 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -445,19 +445,17 @@ $sidebarOut: -330px; .cw-ribbon-tools { right: 0; - top: 96px; + top: 44px; + + .cw-tabs-nav { + height: 52px; + } } } } - #toc { - position: absolute; - right: -8px; - top: 82px; - } - #toc_header { - height: 47px; + height: 52px; } #main-footer { -- cgit v1.0