Fixed janky webkit border-radius bug
Closes https://github.com/TryGhost/Casper/issues/352
This commit is contained in:
parent
9caeb2a2e7
commit
b024b544e4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -392,6 +392,9 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
|||
|
||||
.post-card-image-link {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
.post-card-image {
|
||||
|
|
Loading…
Reference in New Issue