fix waveform image background (#7160)

This commit is contained in:
FusionPBX 2024-10-16 15:52:51 -06:00 committed by GitHub
parent d4cc8600e6
commit 40fe1e8a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2064,7 +2064,7 @@ else { //default: white
overflow: hidden;
<?php if ($audio_player_waveform_enabled === 'true') { ?>
padding-bottom: 3px;
background-size: 100% 100%;
background-size: 100% 100% !important;
background-repeat: no-repeat;
cursor: pointer;
<?php } ?>