esphome / dashboard

ESPHome dashboard and ESPHome Web
https://web.esphome.io
MIT License
74 stars 56 forks source link

Get rid of horizontal scrollbar while searching #606

Closed mkaatman closed 5 months ago

mkaatman commented 5 months ago

Before: image

After: image

mkaatman commented 5 months ago

It's not pretty but this was the only way I could find to get rid of the horizontal scroll that appears when you search. Feel free to close if there's a better way.

For me the computed width without the change is 3220 and with the change is 3203.

SO thread on the topic: https://stackoverflow.com/questions/33606565/is-it-possible-to-calculate-the-viewport-width-vw-without-scrollbar/34884924#34884924