Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 30cc555

Browse files
authored
Fix scrollbar colliding with checkbox in add to space section (#10093)
Fixes element-hq/element-web#23189 fixes element-hq/element-web#23189
1 parent 4648fa3 commit 30cc555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/views/dialogs/_AddExistingToSpaceDialog.pcss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ limitations under the License.
3838
}
3939

4040
.mx_AddExistingToSpace_section {
41+
margin-right: 12px; // provides space for scrollbar so that checkbox and scrollbar do not collide
42+
4143
&:not(:first-child) {
4244
margin-top: 24px;
4345
}

0 commit comments

Comments
 (0)