More problems with tags and categories in posts on MOBILE device

Hello again,

When browsing posts on my site http://komputer.itkonen.me/ssh-palvelimen-suojaaminen-debian-8-stretchssa-fail2banin-avulla/ with mobile phone (Android) tags does not show correctly and they are not clickable like they are on desktop device.
Also category is not clickable on mobile device, but is clickable on desktop device.

2 images attached.

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

/*change zindex of side menu*/
aside#secondary {
    position: relative;
    z-index: -1 !important;
}

Best Regards,
Support