mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Adjust CSS to prevent scrollbars on message panel spinner
when clicking on permalinks/jump to first
This commit is contained in:
parent
ec0dd63470
commit
85c0b8dea3
@ -96,6 +96,11 @@ limitations under the License.
|
||||
order: 2;
|
||||
}
|
||||
|
||||
.mx_RoomView_body .mx_RoomView_messagePanelSpinner {
|
||||
order: 2;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.mx_RoomView_body .mx_RoomView_statusArea {
|
||||
order: 3;
|
||||
}
|
||||
@ -113,8 +118,6 @@ limitations under the License.
|
||||
max-width: 960px;
|
||||
margin: auto;
|
||||
|
||||
min-height: 100%;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user