Merge pull request #224 from UniversityRadioYork/wavescroller

Fix waveform scrollbar (again).
This commit is contained in:
Matthew Stratford 2021-04-29 22:11:26 +01:00 committed by GitHub
commit 8154710409
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,7 @@ button {
.waveform .graph > wave {
height: 6vh !important;
overflow: hidden !important;
}
.waveform .loading {