1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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

Fix event tile cut off in share preview
This commit is contained in:
Germain
2021-07-22 14:28:06 +01:00
committed by GitHub

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