Skip to content

Commit

Permalink
changing music player to fixed position
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Aug 18, 2023
1 parent d5d9232 commit bbb76c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/audioPlayer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import AudioMutedIcon from "./icons/audioMutedIcon.astro";

<div
id="audio-player-container"
class="w-full z-20 bottom-0 sticky bg-base-100 px-5 h-16 items-center transition-opacity hidden opacity-0 duration-500"
class="w-full z-20 bottom-0 fixed bg-base-100 px-5 h-16 items-center transition-opacity hidden opacity-0 duration-500"
>
<audio src="" preload="metadata"></audio>
<span id="audio-loading" class="loading loading-spinner loading-md hidden"></span>
Expand Down

0 comments on commit bbb76c8

Please sign in to comment.