mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Disable text selection in equalizer
This commit is contained in:
parent
32294311c1
commit
711c802fee
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ export default {
|
|||
@import "../../../sass/partials/_mixins.scss";
|
||||
|
||||
#equalizer {
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
bottom: $footerHeight;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue