Links to posts not clickable on mobile devices

Hi. totally new to this, just started working on my website a few days ago, came across your theme and liked it very much!

Only problem is that when i go to my site on a mobile device i cant click any of the posts, the ‘share’ buttons, or the videos on the site.

The URL to the site is http://meningsfylt.com/

Kind regards
Meningsfylt

Hello @meningsfylt, I hope to help with this.
I used this css suggested by @robpetrin and solved all the problems on the smaller screens.

Hey there,
I hope you’re doing well today

The issue has been submitted to the Developers GitHub.

You can try the CSS as pointed out by rafaelsiebra.

Admin Area -> Appearance -> Customize -> Additional CSS

/* */
@media (max-width:768px) {
    #secondary {
        z-index: 0;
    }

   #primary {
        z-index: 1;
    }
}

Best Regards,
Support