Skip to content

Commit

Permalink
Revert "Show feature titles on top of image in FF (#20)"
Browse files Browse the repository at this point in the history
This reverts commit 2b5f995
because it made the links unclickable to varying degree
(not at all in Firefox, only partially in Chrome).
  • Loading branch information
Nicolai Parlog committed Aug 30, 2020
1 parent 2b5f995 commit 927e85e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,10 @@ body {
}
}

a {
// magic numbers for the win!
// (Firefox needs its magic on the div)
z-index: -2;
}

.archive__item-teaser {
// magic numbers for the win!
// (Chromium needs its magic on the div containing the image)
z-index: -2;
}

}

.archive__item-body {
Expand Down

0 comments on commit 927e85e

Please sign in to comment.