Fix embed playlist menu background on focus

This commit is contained in:
Chocobozzz 2021-04-08 15:11:22 +02:00
parent 1afb3c474a
commit b9244002fc
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ $playlist-menu-width: 350px;
right: 0;
height: 100%;
width: $playlist-menu-width;
background: rgba(0, 0, 0, 0.8);
// !important to prevent none background set on focus
background: rgba(0, 0, 0, 0.8) !important;
z-index: 101;
transition: right 0.2s;
overflow-y: scroll;