Skip to content

Commit 8632901

Browse files
authored
Fix location map attribution rendering over message action bar (matrix-org#7974)
1 parent 15cbc6c commit 8632901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/messages/_MLocationBody.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
.mx_MLocationBody_map {
1919
width: 450px;
2020
height: 300px;
21+
z-index: 0; // keeps the entire map under the message action bar
2122

2223
border-radius: $timeline-image-border-radius;
2324
}

0 commit comments

Comments
 (0)