Add stickers content container styling.

pull/6447/head
Richard Lewis 2018-03-29 22:22:15 +01:00
parent 1abe5771fd
commit e72422976d
1 changed files with 5 additions and 0 deletions

View File

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