fix ff rhs scroll

This commit is contained in:
Matthew Hodgson 2016-09-16 03:26:45 +01:00
parent f56a6039e8
commit b0fd65f442
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ limitations under the License.
-ms-flex-order: 2; -ms-flex-order: 2;
-webkit-order: 2; -webkit-order: 2;
order: 2; order: 2;
flex: 1; flex: 1 1 0;
-webkit-flex: 1; -webkit-flex: 1 1 0;
} }
.mx_RightPanel_footer { .mx_RightPanel_footer {