|
@@ -1096,7 +1096,7 @@ body, html {
|
|
|
padding: 0; }
|
|
|
|
|
|
header[role="banner"] {
|
|
|
- z-index: 1;
|
|
|
+ z-index: 2;
|
|
|
position: relative;
|
|
|
padding: 0 1em; }
|
|
|
header[role="banner"] > .wrapper {
|
|
@@ -1131,7 +1131,7 @@ main[role="main"] {
|
|
|
pointer-events: auto; }
|
|
|
|
|
|
footer[role="contentinfo"] {
|
|
|
- z-index: 5;
|
|
|
+ z-index: 2;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
-webkit-box-sizing: content-box;
|
|
@@ -1468,6 +1468,7 @@ body.ajax-loading main[role="main"]:before {
|
|
|
background-image: url(../img/audio-player-pause.svg); }
|
|
|
|
|
|
.chutier-icon {
|
|
|
+ z-index: 1;
|
|
|
display: block;
|
|
|
position: relative;
|
|
|
width: 1em;
|
|
@@ -1487,7 +1488,6 @@ body.ajax-loading main[role="main"]:before {
|
|
|
.chutier-icon.not-logedin {
|
|
|
overflow: visible; }
|
|
|
.chutier-icon .popup {
|
|
|
- z-index: 10;
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
top: 0;
|