diff --git a/asciidoctor-stylesheet/sass/devonfw.scss b/asciidoctor-stylesheet/sass/devonfw.scss index 6650efeef0b..69e52952335 100644 --- a/asciidoctor-stylesheet/sass/devonfw.scss +++ b/asciidoctor-stylesheet/sass/devonfw.scss @@ -10,8 +10,11 @@ body { overflow-x: hidden; + scroll-padding-top:70px; +} +html { + scroll-padding-top:70px; } - .sect1 > *:first-child { margin-bottom: 2rem; }