Fix flexbox width on Firefox

This commit is contained in:
Frederic Guillot 2016-02-06 20:23:31 -05:00
parent a27d5cd1fd
commit 576f902cf0
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
.sidebar-container {
margin-top: 10px;
height: 100%;
width: 100%;
display: -ms-flexbox;
display: -webkit-box;
display: -moz-box;