You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03:00
fixed avatar and message box layering (#8190)
Co-authored-by: Andy Balaam <andyb@element.io>
This commit is contained in:
@@ -28,8 +28,9 @@ limitations under the License.
|
|||||||
top: -32px;
|
top: -32px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
// Ensure the action bar appears above over things, like the read marker.
|
// Ensure the action bar appears above other things like the read marker
|
||||||
z-index: 1;
|
// and sender avatar (for small screens)
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
// Adds a previous event safe area so that you can't accidentally hover the
|
// Adds a previous event safe area so that you can't accidentally hover the
|
||||||
// previous event while trying to mouse into the action bar or from the
|
// previous event while trying to mouse into the action bar or from the
|
||||||
|
Reference in New Issue
Block a user