Fixed post edit form z-index
This commit is contained in:
parent
7220dc3ffa
commit
bb44ffde43
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: rgba(255, 255, 255, 0.8);
|
||||||
box-shadow: 0 0 1em 0.5em 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;
|
display: none;
|
||||||
}
|
}
|
||||||
#post-view>* {
|
#post-view>* {
|
||||||
|
|
Loading…
Reference in a new issue