Fixes z-index so all buttons work

This commit is contained in:
Mouse Reeve 2020-03-21 12:32:44 -07:00
parent 706c56348e
commit 8b0d349424

View file

@ -52,7 +52,7 @@ h2 {
position: fixed; position: fixed;
top: 0; top: 0;
height: 47px; height: 47px;
z-index: 1; z-index: 2;
} }
#warning { #warning {
@ -170,7 +170,7 @@ ul.menu a {
padding-top: 70px; padding-top: 70px;
position: relative; position: relative;
top: -50px; top: -50px;
z-index: -1; z-index: 0;
} }
.row { .row {
@ -307,6 +307,7 @@ button.warning {
.book-preview { .book-preview {
overflow: hidden; overflow: hidden;
z-index: 1;
} }
.book-preview img { .book-preview img {