The scrollbars are nolonger always visible for the AddressSelector and ChatInviteDialog invite list

pull/2198/head
wmwragg 2016-09-14 13:55:10 +01:00
parent ec05d1b9bd
commit 370612135f
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ limitations under the License.
padding-bottom: 1px;
max-height: 150px;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}
.mx_ChatInviteDialog_error {

View File

@ -19,7 +19,7 @@ limitations under the License.
background-color: #fff;
width: 485px;
max-height: 116px;
overflow-y: scroll;
overflow-y: auto;
border-radius: 3px;
background-color: #fff;
border: solid 1px #76cfa6;