jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
135 stars 24 forks source link

remove scrollbars from web view #15

Closed danisla closed 2 years ago

danisla commented 2 years ago

Sometimes when embedding in an iframe, the vertical scrollbars are visible.

This patch hides the scrollbars for all styles.

Before: image

After: image

jasonacox commented 2 years ago

Thanks Dan!