mirror of https://github.com/vector-im/riot-web
Merge pull request #5198 from matrix-org/jryans/userinfo-scroll
Fix user info scrolling in new card viewpull/21833/head
commit
d53cbecbb1
|
@ -219,9 +219,8 @@ limitations under the License.
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo_scrollContainer {
|
.mx_AutoHideScrollbar {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
padding-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserInfo_container:not(.mx_UserInfo_separator) {
|
.mx_UserInfo_container:not(.mx_UserInfo_separator) {
|
||||||
|
|
Loading…
Reference in New Issue