add z-index

This commit is contained in:
Henrique Dias
2016-06-23 20:18:03 +01:00
parent 076d13fbc1
commit 56d748106c
2 changed files with 3 additions and 0 deletions

View File

@@ -575,6 +575,7 @@ pre {
header {
background-color: #2196f3;
padding: 1.7em 0;
z-index: 999;
}
header h1 {
margin: 0;
@@ -662,6 +663,7 @@ header, #toolbar {
top: -4em;
opacity: 0;
transition: .2s ease-in-out all;
z-index: 1000;
}
#toolbar.enabled {
top: 0;