Fixed positioning of post edit form
This commit is contained in:
parent
eb51187ef6
commit
7ff35f4848
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue