Push ForwardDialog scrollbar into the gutter

…to give more space between it and the buttons.

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-05-10 11:16:51 -04:00
parent 5c10e1e574
commit bfba2b0b6f

View file

@ -48,6 +48,8 @@ limitations under the License.
.mx_ForwardList_content {
flex-grow: 1;
// Push the scrollbar into the gutter
margin-right: -6px;
}
.mx_ForwardList_noResults {
@ -56,6 +58,8 @@ limitations under the License.
}
.mx_ForwardList_section {
margin-right: 6px;
&:not(:first-child) {
margin-top: 24px;
}