VRFS-600 fix musicians feed display issue in IE11

This commit is contained in:
Brian Smith 2014-03-08 14:06:17 -05:00
parent a5a8575ccf
commit d312f46ff9
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@
}
.musician-wrapper {
-ms-overflow-style: none;
overflow: initial;
height: initial;
height: 100%;
width: 100%;
}