mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
add z-index to format bar so it appears above status area and reply wrapper
This commit is contained in:
parent
133e68191a
commit
0ab7962ebd
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ limitations under the License.
|
|||
border-radius: 4px;
|
||||
background-color: $message-action-bar-bg-color;
|
||||
user-select: none;
|
||||
// equal to z-index of mx_ReplyPreview and mx_RoomView_statusArea (1000)
|
||||
// but as it appears after them in the DOM, will appear on top.
|
||||
z-index: 1000;
|
||||
|
||||
&.mx_MessageComposerFormatBar_shown {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue