Fix z-index on panels and user modal

This commit is contained in:
Chris Blanchard 2015-10-30 16:03:18 +00:00
parent 4ce47325c8
commit ffdc2fdb81

View file

@ -25,11 +25,12 @@ body {
transition: 2s; transition: 2s;
z-index: -1; z-index: -1;
} }
/*Remove After Halloween*/
.panel { .panel {
opacity: 0.9; background-color: rgba(26,55,79,0.9) !important;
} }
/*Remove After Halloween*/
#side-menu { #side-menu {
margin-top: 1em; margin-top: 1em;