Fix read receipts on top of Jitsi
By removing z-index which, as far as I can see, does nothing. Fixes https://github.com/vector-im/riot-web/issues/7021pull/21833/head
parent
d16ac4d80c
commit
74ad795d4a
|
@ -186,7 +186,6 @@ limitations under the License.
|
||||||
.mx_EventTile_msgOption {
|
.mx_EventTile_msgOption {
|
||||||
float: right;
|
float: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
z-index: 1;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue