mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
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:
parent
4648fa3c8c
commit
30cc55515e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue