Add stickers content container styling.

This commit is contained in:
Richard Lewis 2018-03-29 22:22:15 +01:00
parent 1abe5771fd
commit e72422976d

View file

@ -2,6 +2,11 @@
overflow: hidden;
}
.mx_Stickers_content_container {
overflow: hidden;
height: 300px;
}
.mx_Stickers_content .mx_AppTileFullWidth {
border: none;
}