Show read receipts on top of message
This allows you to view a long expanded set of read receipts even while hovering a message. Fixes https://github.com/vector-im/riot-web/issues/7608pull/21833/head
parent
8d79c73019
commit
4b18bb17fe
|
@ -243,6 +243,7 @@ limitations under the License.
|
||||||
height: 14px;
|
height: 14px;
|
||||||
top: 29px;
|
top: 29px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_continuation .mx_EventTile_readAvatars,
|
.mx_EventTile_continuation .mx_EventTile_readAvatars,
|
||||||
|
|
Loading…
Reference in New Issue