mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
The scrollbars are nolonger always visible for the AddressSelector and ChatInviteDialog invite list
This commit is contained in:
parent
ec05d1b9bd
commit
370612135f
@ -44,7 +44,7 @@ limitations under the License.
|
|||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ChatInviteDialog_error {
|
.mx_ChatInviteDialog_error {
|
||||||
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
width: 485px;
|
width: 485px;
|
||||||
max-height: 116px;
|
max-height: 116px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: solid 1px #76cfa6;
|
border: solid 1px #76cfa6;
|
||||||
|
Loading…
Reference in New Issue
Block a user