Fix location map attribution rendering over message action bar (#7974)
parent
15cbc6c26c
commit
86329012f3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue