Fixed positioning of post edit form

This commit is contained in:
Marcin Kurczewski 2014-10-11 22:33:35 +02:00
parent eb51187ef6
commit 7ff35f4848

View file

@ -141,8 +141,13 @@
padding: 1em;
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;
display: none;
}
#post-view>* {
z-index: -1;
}
#post-view-wrapper .post-edit-wrapper .file-handler {
margin: 0.5em 0;