Again, no point displaying scrollbars unless they're actually necessary

healthdemo
David Baker 2015-08-07 16:48:48 +01:00
parent 0eceb737de
commit 3519555710
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ limitations under the License.
.mx_MemberList_border {
border: 1px solid #a9dbf4;
overflow-y: scroll;
overflow-y: auto;
border-radius: 8px;
padding: 20px 14px 14px 24px;
background-color: #fff;