Skip to content

Commit

Permalink
Fixed backgrounds in full-screen appearing over Live Background
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
surfbryce committed May 30, 2023
1 parent d9517ad commit 4313b07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylings/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ aside:has(.main-nowPlayingView-section) {
transform-origin: left top;
}

&.under-main-view &-container {
z-index: 1;
}

// These are right-side card background specific classes to adjust for contrast issues
&.os-padding:has(.main-nowPlayingView-content) &-container {
border-radius: 8px;
Expand Down

0 comments on commit 4313b07

Please sign in to comment.