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:
TheCatLady
2021-03-19 20:42:44 -04:00
committed by GitHub
parent 4a00617fe4
commit 015671f5be
2 changed files with 5 additions and 5 deletions

View File

@@ -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 > * {