zachwinter / kaleidosync

A WebGL Spotify visualizer made with Vue, D3, and Three.js.
https://www.kaleidosync.com
807 stars 61 forks source link

Fix visible scrollbars issue #65

Closed r-Larch closed 2 years ago

r-Larch commented 2 years ago

In Edge v97 (Chromium-Based) the body element shows some scrollbars.

This pull request fixes the issue by setting overflow: hidden to the body element and as a consequence of this fix it was necessary to set box-sizing: content-box to SideBar.vue

Hope this pull request helps and please reach out to me, if I should change something to be consistent with your code style.