##// END OF EJS Templates
Let mobile header be fixed (#21847)....
Jean-Philippe Lang -
r14822:38524f5177ba
parent child
Show More
@@ -94,6 +94,8
94 padding: 0;
94 padding: 0;
95 border: none;
95 border: none;
96 background-color: #628db6;
96 background-color: #628db6;
97 position: fixed;
98 z-index: 9999;
97 }
99 }
98
100
99 /* Hide project name on mobile (project name is still visible in select menu) */
101 /* Hide project name on mobile (project name is still visible in select menu) */
@@ -188,7 +190,7
188 \*----------------------------------------*/
190 \*----------------------------------------*/
189
191
190 #main {
192 #main {
191 padding: 0;
193 padding: 64px 0 0; /* padding-top equals header height */
192 }
194 }
193
195
194 #main.nosidebar #content,
196 #main.nosidebar #content,
@@ -524,9 +526,12
524 html.flyout-is-active {
526 html.flyout-is-active {
525 overflow: hidden;
527 overflow: hidden;
526 }
528 }
529
530 .flyout-is-active #wrapper, .flyout-is-active #header {
531 right: 250px; /* when left flyout is active, move body and header to the right (same amount like flyout-menu's width) */
532 }
527
533
528 .flyout-is-active #wrapper {
534 .flyout-is-active #wrapper {
529 right: 250px; /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */
530 overflow: visible;
535 overflow: visible;
531 height: 100%;
536 height: 100%;
532 }
537 }
General Comments 0
You need to be logged in to leave comments. Login now