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

Commit

Permalink
Fix scrollbar colliding with checkbox in add to space section (#10093)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnabdaz authored Feb 7, 2023
1 parent 4648fa3 commit 30cc555
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/css/views/dialogs/_AddExistingToSpaceDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ limitations under the License.
}

.mx_AddExistingToSpace_section {
margin-right: 12px; // provides space for scrollbar so that checkbox and scrollbar do not collide

&:not(:first-child) {
margin-top: 24px;
}
Expand Down

0 comments on commit 30cc555

Please sign in to comment.