fix: unclickable thumbs on edge/safari

This commit is contained in:
ManjaroOne666 2019-01-27 20:35:24 +00:00
parent 65d0a9380d
commit 87fd1c9a23
3 changed files with 6 additions and 0 deletions

View File

@ -13,7 +13,10 @@
* loading transitions
* nav buttons
* social nav items -> put in store or whatever
* facebook/twitter social card thingies
## Maybes
* gallery page - featured images in same style as on services page with the
diagonal divide
## Fixes

View File

@ -23,6 +23,7 @@ export default {
<style lang="scss" scoped>
.featured-image {
position: relative;
width: 100%;
background-size: cover;
background-position: center center;

View File

@ -302,6 +302,8 @@ export default {
}
.thumb-container {
position: relative;
z-index: 1;
height: $gallery-thumbs-height--compact;
width: $gallery-thumbs-height--compact * 1.6;
flex: 0 0 $gallery-thumbs-height--compact * 1.6;