compose_banner: Restore CSS overzealously removed in #27097.

This also includes a comment for future contributors, explaining
why these styles are necessary.
This commit is contained in:
Karl Stolley 2023-10-10 09:03:15 -05:00 committed by Tim Abbott
parent 521cb15a07
commit 88f4ecc943
1 changed files with 9 additions and 0 deletions

View File

@ -555,6 +555,15 @@
top: 0; top: 0;
bottom: 0; bottom: 0;
} }
/* Keep these elements visible above the
.moving_bar element on file uploads. */
.upload_msg,
.main-view-banner-close-button,
.upload_banner_cancel_button {
z-index: 1;
position: relative;
}
} }
.composition-area { .composition-area {