mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
@ -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 New Issue
Block a user