From 3dcc397f6746ae931a8fb66d357973c1d3ee895d Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Fri, 27 Oct 2017 15:40:03 +0100 Subject: [PATCH] Fix AuxPanel floating in the middle When there is no RoomView_body to push it to the top of the flex container --- src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss index dfd91885f..7944d01dc 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss @@ -68,7 +68,7 @@ limitations under the License. min-width: 0px; max-width: 960px; width: 100%; - margin: auto; + margin: 0px auto; overflow: auto; border-bottom: 1px solid $primary-hairline-color;