s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

Small fixes for graph UI element #212

Closed leokeba closed 1 year ago

leokeba commented 1 year ago

Hi, I made a few small fixes so that the graph element is a bit more useable.

I don't know the original purpose of the CSS svg overflow property, maybe it had another, in which case we might need a more complex fix. The rest is pretty standard stuff.

s00500 commented 1 year ago

Hi @leokeba, thanks for the adjustments, the overflow was just taken as is from the standard normalize css I used back then, and as there are not many more svg elements it should be fine in most places...

Thanks for the contribution