mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Consistent collapsed height across browsers
This commit is contained in:
parent
4a7d2901ac
commit
ef5ea46830
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ limitations under the License.
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.mx_LeftPanel.collapsed .mx_BottomLeftMenu {
|
||||
flex: 0 0 120px;
|
||||
}
|
||||
|
||||
.mx_LeftPanel .mx_BottomLeftMenu {
|
||||
-webkit-box-ordinal-group: 3;
|
||||
-moz-box-ordinal-group: 3;
|
||||
|
|
Loading…
Reference in a new issue