Fix location map attribution rendering over message action bar (#7974)

This commit is contained in:
Michael Telatynski 2022-03-04 09:41:18 +00:00 committed by GitHub
parent 15cbc6c26c
commit 86329012f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ limitations under the License.
.mx_MLocationBody_map {
width: 450px;
height: 300px;
z-index: 0; // keeps the entire map under the message action bar
border-radius: $timeline-image-border-radius;
}