pkamenarsky / replica

A remote virtual DOM library for Haskell
BSD 3-Clause "New" or "Revised" License
139 stars 14 forks source link

Two chrome compatability changes #3

Closed andrevdm closed 5 years ago

andrevdm commented 5 years ago

This fixes two small issues I had running the examples using chrome (linux 75.0.3770.90)

  1. Without a content-type of text-html chrome renders index.html as text
  2. Using document.documentElement make chrome render the content below the element at the bottom of the browser window. Using document.body fixes this
pkamenarsky commented 5 years ago

Was already on my TODO list but you beat me to it -- thanks a lot for the PR @andrevdm!