Fix position of message action bar on the info tile on TimelineCard in message bubble layout (#8865)
This commit is contained in:
@@ -37,6 +37,10 @@ limitations under the License.
|
||||
z-index: auto; // enable background color on hover
|
||||
}
|
||||
|
||||
&.mx_EventTile_info .mx_MessageActionBar {
|
||||
inset-inline-end: calc($container-gap-width + var(--BaseCard_padding-inline) + 1px); // 1px: border width
|
||||
}
|
||||
|
||||
.mx_ReactionsRow {
|
||||
position: relative; // display on hover
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user