mirror of https://github.com/vector-im/riot-web
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.pull/6131/head
parent
b3bb2d2aa5
commit
7ac350ea36
|
@ -118,6 +118,8 @@ limitations under the License.
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
|
min-height: 100%;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue