Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Decreasing the scroll area padding to get less of the 'scroll-to-gray'
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Jan 31, 2019
1 parent 4d1f80b commit f75c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/model.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
height: max-content;
justify-content: flex-start;
justify-self: auto;
padding: 0 50% 50% 0;
padding: 0 30% 30% 0;
width: max-content;

&:focus {
Expand Down

0 comments on commit f75c50c

Please sign in to comment.