Fix AuxPanel floating in the middle

When there is no RoomView_body to push it to the top of the flex container
This commit is contained in:
Luke Barnard 2017-10-27 15:40:03 +01:00
parent 3df1808fd0
commit 3dcc397f67

View file

@ -68,7 +68,7 @@ limitations under the License.
min-width: 0px; min-width: 0px;
max-width: 960px; max-width: 960px;
width: 100%; width: 100%;
margin: auto; margin: 0px auto;
overflow: auto; overflow: auto;
border-bottom: 1px solid $primary-hairline-color; border-bottom: 1px solid $primary-hairline-color;