Fix headings displaying over menu on mobile (#2022)

This commit is contained in:
Andrea Coiutti 2017-11-24 20:12:34 +01:00 committed by Pierre-Yves Gérardy
parent 78eeb2b365
commit 1be2c41981

View file

@ -57,7 +57,7 @@ h1 + ul strong + ul {border-left:3px solid #1e5799;}
.hamburger:hover {text-decoration:none;}
main section {margin:0;}
header section {margin:0 0 20px;position:static;width:auto;}
h1 + ul {background:#eee;border:1px solid #ccc;box-sizing:border-box;display:none;height:100%;margin:0;overflow:auto;padding:20px;position:fixed;right:0;top:0;width:100%;}
h1 + ul {background:#eee;border:1px solid #ccc;box-sizing:border-box;display:none;height:100%;margin:0;overflow:auto;padding:20px;position:fixed;right:0;top:0;width:100%;z-index:1}
h1 + ul + hr {display:block;}
.navigating h1 + ul {display:block;}
.navigating {overflow:hidden;}