Again, no point displaying scrollbars unless they're actually necessary
This commit is contained in:
parent
0eceb737de
commit
3519555710
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue