Consistent collapsed height across browsers

pull/1900/head
wmwragg 2016-08-01 09:53:57 +01:00
parent 4a7d2901ac
commit ef5ea46830
1 changed files with 4 additions and 0 deletions

View File

@ -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;