Skip to content

RepositoryDiffPage: prevent scroll bar from appearing over content

Administrator requested to merge pdubroy/diff-scroll into main

Created by: pdubroy

Context

Addresses part of #21662 (closed).

The scroll bar on the diff view currently appears over top of the content, rather than over top of the margin between the diff page and the extension sidebar:

CleanShot 2021-07-08 at 12 12 04

The desired behavior is for it to appear slightly further to the right, over top of the margin:

CleanShot 2021-07-08 at 12 14 54

Changes

Change the margin on RepositoryCommitPage to padding.

Merge request reports

Loading