Properly display ul in message bodies.
This commit is contained in:
parent
eca5308742
commit
e02163b0ff
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
|
||||
.RoomView_body ul {
|
||||
.RoomView_body > ul {
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
list-style: none;
|
||||
|
|
Reference in a new issue