Properly display ul in message bodies.

This commit is contained in:
Danila Fedorin 2021-07-07 13:05:10 -07:00
parent eca5308742
commit e02163b0ff

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
.RoomView_body ul {
.RoomView_body > ul {
overflow-y: auto;
overscroll-behavior: contain;
list-style: none;