Fix position of message action bar on the info tile on TimelineCard in message bubble layout (#8865)

This commit is contained in:
Suguru Hirahara
2022-06-18 14:29:04 +00:00
committed by GitHub
parent e8f56c26d0
commit edf071acae
2 changed files with 6 additions and 1 deletions
@@ -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
}