fix: scrollable bottom

This commit is contained in:
cha0s 2020-12-10 16:55:58 -06:00
parent bc2b50bc08
commit 35dfe85b64

View File

@ -5,6 +5,10 @@
overflow: hidden;
height: 100%;
width: 100%;
> div[class^="styles_scrollable-div"] {
height: auto !important;
}
}
.chat--messagesSmoosh {