Okay
  Public Ticket #2921163
Disable pop-up album cover in bottom bar
Closed

Comments

  • Andrea started the conversation

    Hi, i had this problem before but you were able to fix it, however now i noticed that if i hover the album cover on the left side of the fixed bottom bar, it magnifies again. How to disable this function?
    Thanks, best regards

  •  1,103
    Max replied

    Hi,

    add this to your custom CSS

    #sonaar-player .album-art.loading {
        pointer-events: none!important;
    }
    

    Thanks,


    Max from the Sonaar.io Crew