diff --git a/lib/resources/styles.css b/lib/resources/styles.css index 1c64702255..ece7755808 100644 --- a/lib/resources/styles.css +++ b/lib/resources/styles.css @@ -77,6 +77,7 @@ main { .sidebar-offcanvas-left { flex: 0 1 230px; + order: 1; overflow-y: scroll; padding: 20px 0 15px 30px; margin: 5px 20px 0 0; @@ -93,6 +94,7 @@ main { .main-content { flex: 1; + order: 2; overflow-y: scroll; padding: 10px 20px 0 20px; visibility: hidden; /* shown by Javascript after scroll position restore */ @@ -100,6 +102,7 @@ main { .sidebar-offcanvas-right { flex: 0 1 12em; + order: 3; overflow-y: scroll; padding: 20px 15px 15px 15px; margin-top: 5px; diff --git a/lib/templates/html/404error.html b/lib/templates/html/404error.html index 06ea358d13..2226bf8f8f 100644 --- a/lib/templates/html/404error.html +++ b/lib/templates/html/404error.html @@ -1,11 +1,5 @@ {{>head}} -