artasparks / glift

Go Lightweight Frontend
MIT License
115 stars 33 forks source link

BaseWidgetTest wasn't rendering because of no height, fix with css #130

Closed pconerly closed 8 years ago

pconerly commented 8 years ago

I added CSS--- I also re-compiled, and there are script tag changes. Is that good? I'm guessing it's because you changed the build system since the last time you checked it in?

With this css the JS error was:

Uncaught Error: Div has has invalid dimensions. Bounding box had width: 1129, height: 0
http://localhost:9080/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
artasparks commented 8 years ago

Thanks!