mirror of https://github.com/vector-im/riot-web
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/23189pull/28217/head
parent
4648fa3c8c
commit
30cc55515e
|
@ -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 New Issue