use box-sizing: border-box to make clientHeight === actual height
This commit is contained in:
parent
c9d5c4903b
commit
018f3d2a5c
2 changed files with 5 additions and 1 deletions
|
@ -171,6 +171,10 @@ limitations under the License.
|
|||
.mx_RoomView_MessageList {
|
||||
list-style-type: none;
|
||||
padding: 18px;
|
||||
margin: 0;
|
||||
/* needed as min-height is set to clientHeight in ScrollPanel
|
||||
to prevent shrinking when WhoIsTypingTile is hidden */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mx_RoomView_MessageList li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue