Merge pull request #6445 from matrix-org/gsouquet/fix-18127

Fix event tile cut off in share preview
pull/21833/head
Germain 2021-07-22 14:28:06 +01:00 committed by GitHub
commit f9e8e66ac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ limitations under the License.
flex-shrink: 0;
overflow-y: auto;
.mx_EventTile[data-layout=bubble] {
margin-top: 20px;
}
div {
pointer-events: none;
}