Fix featured image toggle
This commit is contained in:
parent
f601584822
commit
334d05e5a1
9 changed files with 24 additions and 31 deletions
|
@ -447,7 +447,6 @@ p.img-404 {
|
|||
z-index: -1;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
cursor: pointer;
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
@ -458,6 +457,7 @@ p.img-404 {
|
|||
.show-bg-img {
|
||||
z-index: 100;
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.post-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue