# HG changeset patch # User Cédric Krier <ced@b2ck.com> # Date 1551038308 -3600 # Sun Feb 24 20:58:28 2019 +0100 # Node ID b22ba488d5a8076ae088310a2f1161b04ca5c5b4 # Parent 425edbcc7cbbf92a53b0189ed34df3e3b61a2b5f Remove useless overflow-x on section This prevents the sticky toc to work. diff --git a/sass/content/_section.scss b/sass/content/_section.scss --- a/sass/content/_section.scss +++ b/sass/content/_section.scss @@ -26,7 +26,6 @@ .section, .section-top, .section-bottom { - overflow-x: hidden; // SECTION HEADER .section-header {