diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-01 19:08:25 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-01 19:08:25 +0100 |
| commit | b17710f4b9bec8fbeccd08da94e709d8def4f6b9 (patch) | |
| tree | 721d70f89a1ea09a84ef11003d28ed5341f8a96f /public/assets/css | |
| parent | 029152a503b80b265cdd5f9e8e189873ede34919 (diff) | |
fixing audio player
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index 0303d48..b54dad5 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -75,7 +75,7 @@ overflow: hidden; } .icon { - pointer-events: none; + /*pointer-events: none;*/ user-select: none; width: 0.675em; height: 0.675em; |
