Fixed janky webkit border-radius bug

Closes https://github.com/TryGhost/Casper/issues/352
This commit is contained in:
John O'Nolan 2017-08-14 11:22:27 +01:00
parent 9caeb2a2e7
commit b024b544e4
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {