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

pull/21833/head
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
1 changed files with 1 additions and 0 deletions

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;
}