Fix scrollbar colliding with checkbox in add to space section (#10093)

Fixes https://github.com/vector-im/element-web/issues/23189
fixes https://github.com/vector-im/element-web/issues/23189
This commit is contained in:
Arnabdaz 2023-02-07 15:07:52 +05:30 committed by GitHub
parent 4648fa3c8c
commit 30cc55515e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,8 @@ limitations under the License.
} }
.mx_AddExistingToSpace_section { .mx_AddExistingToSpace_section {
margin-right: 12px; // provides space for scrollbar so that checkbox and scrollbar do not collide
&:not(:first-child) { &:not(:first-child) {
margin-top: 24px; margin-top: 24px;
} }