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:
parent
3df1808fd0
commit
3dcc397f67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue