mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 10:27:06 +03:00
Give mx_RoomView_messageListWrapper its min-height: 100%
back
because the spinner now exists separately to it (as mx_RoomView_messagePanelSpinner) so their CSS is disentangled.
This commit is contained in:
parent
b3bb2d2aa5
commit
7ac350ea36
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ limitations under the License.
|
|||
max-width: 960px;
|
||||
margin: auto;
|
||||
|
||||
min-height: 100%;
|
||||
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue