Add stickers content container styling.
This commit is contained in:
parent
1abe5771fd
commit
e72422976d
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Stickers_content_container {
|
||||||
|
overflow: hidden;
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Stickers_content .mx_AppTileFullWidth {
|
.mx_Stickers_content .mx_AppTileFullWidth {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue