mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(ui): button w/ dropdown z-indices (#1230)
* fix(ui): button w/ dropdown z-indices * fix(ui): restore hover/focus z-indices
This commit is contained in:
@@ -79,7 +79,7 @@ h1 > .media-year {
|
||||
}
|
||||
|
||||
.media-actions {
|
||||
@apply relative z-10 flex flex-wrap items-center justify-center flex-shrink-0 mt-4 sm:justify-end sm:flex-nowrap xl:mt-0;
|
||||
@apply relative flex flex-wrap items-center justify-center flex-shrink-0 mt-4 sm:justify-end sm:flex-nowrap xl:mt-0;
|
||||
}
|
||||
|
||||
.media-actions > * {
|
||||
|
||||
Reference in New Issue
Block a user