mirror of https://github.com/zulip/zulip.git
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:
parent
521cb15a07
commit
88f4ecc943
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue