Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Improve layering for chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Niemczyk committed Aug 19, 2021
1 parent 5a1633d commit 8327689
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/css/structures/_RoomView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ limitations under the License.
flex-direction: column;
flex: 1;
position: relative;
contain: strict;
}


Expand Down Expand Up @@ -185,7 +186,7 @@ limitations under the License.
height: 1px;
}

.mx_RoomView_messageListWrapper {
.mx_RoomView_messageListWrapper {
min-height: 100%;

display: flex;
Expand Down
1 change: 1 addition & 0 deletions res/css/structures/_ScrollPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ limitations under the License.
*/

.mx_ScrollPanel {
contain: strict;

.mx_RoomView_MessageList {
position: relative;
Expand Down

0 comments on commit 8327689

Please sign in to comment.