@@ -94,6 +94,8 | |||
|
94 | 94 | padding: 0; |
|
95 | 95 | border: none; |
|
96 | 96 | background-color: #628db6; |
|
97 | position: fixed; | |
|
98 | z-index: 9999; | |
|
97 | 99 | } |
|
98 | 100 | |
|
99 | 101 | /* Hide project name on mobile (project name is still visible in select menu) */ |
@@ -188,7 +190,7 | |||
|
188 | 190 | \*----------------------------------------*/ |
|
189 | 191 | |
|
190 | 192 | #main { |
|
191 | padding: 0; | |
|
193 | padding: 64px 0 0; /* padding-top equals header height */ | |
|
192 | 194 | } |
|
193 | 195 | |
|
194 | 196 | #main.nosidebar #content, |
@@ -525,8 +527,11 | |||
|
525 | 527 | overflow: hidden; |
|
526 | 528 | } |
|
527 | 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 | } | |
|
533 | ||
|
528 | 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 | 535 | overflow: visible; |
|
531 | 536 | height: 100%; |
|
532 | 537 | } |
General Comments 0
You need to be logged in to leave comments.
Login now