You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Merge pull request #3467 from matrix-org/bwindels/cider-formatbar-zindex
Fix: formatbar appearing below other elements
This commit is contained in:
@@ -23,6 +23,9 @@ limitations under the License.
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: $message-action-bar-bg-color;
|
background-color: $message-action-bar-bg-color;
|
||||||
user-select: none;
|
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 {
|
&.mx_MessageComposerFormatBar_shown {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user