Fixed post edit form z-index

This commit is contained in:
Marcin Kurczewski 2014-10-25 11:40:34 +02:00
parent 7220dc3ffa
commit bb44ffde43

View file

@ -150,7 +150,7 @@
position: absolute;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0 0 1em 0.5em rgba(255, 255, 255, 0.8);
z-index: 0;
z-index: 1;
display: none;
}
#post-view>* {