timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.64k stars 2.01k forks source link

Comment Box is not showing properly in Window 10 #154

Closed ryadav96 closed 3 years ago

ryadav96 commented 3 years ago

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://tailwind-nextjs-starter-blog.vercel.app/blog/nested-route/introducing-multi-part-posts-with-nested-routing' and scroll down to the comment section.
  2. Click on 'Load comments.'
  3. See error

Screenshots image

**System Info

Browser Info (if display / formatting issue):

timlrx commented 3 years ago

I get the same issue as well. @laymonage did you change any of the iframe styling and any advice what we should fix or whether it would be patched? Thanks

laymonage commented 3 years ago

Hey @timlrx, sorry about the issue. Yeah, I did change a configuration in giscus, but I found out there was a mistake in your template's config which causes this issue. I'm making a PR.

laymonage commented 3 years ago

PR: #155