digitalcraftsman / hugo-material-docs

Port of Martin Donath's mkdocs-material theme to Hugo
MIT License
706 stars 186 forks source link

Internet Explorer is not respecting layout #28

Closed mdehaas closed 8 years ago

mdehaas commented 8 years ago

The content flows over the gray gutters. I've implemented a workaround by overriding the partial 'head.html' with the addition of the following META tag. This fixes this issue for me.

<meta http-equiv="X-UA-Compatible" content="IE=10" />

Thought it was a bit much to fork and send a pull request for this.

Kind Regards, Marcel