Skip to content

Commit

Permalink
! Fix search suggestions being blocked by playlist info component in …
Browse files Browse the repository at this point in the history
…single playlist view
  • Loading branch information
PikachuEXE committed Dec 4, 2023
1 parent fcde4ab commit f76b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/views/Playlist/Playlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
position: sticky;
inset-block-start: 96px;
/* This is needed to make prompt always above video entries */
/* High value used to avoid further issues */
z-index: 100;
/* Value being too high would block search suggestions */
z-index: 1;
inline-size: 30%;
}

Expand Down

0 comments on commit f76b5fe

Please sign in to comment.