use AutoHideScrollbar in ScrollPanel
This commit is contained in:
parent
5409db418c
commit
30d848b86e
3 changed files with 23 additions and 20 deletions
|
@ -84,6 +84,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.mx_RoomView_body .mx_RoomView_timeline {
|
||||
|
@ -111,6 +112,7 @@ limitations under the License.
|
|||
.mx_RoomView_messagePanel {
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
.mx_RoomView_messagePanelSearchSpinner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue