Skip to content

Commit

Permalink
Merge pull request #2127 from sul-dlss/2105-drawer-content-padding
Browse files Browse the repository at this point in the history
Set drawer-content-padding: 0.7rem to allow space for scrollbar
  • Loading branch information
corylown authored Mar 22, 2024
2 parents 8c65062 + 85e2997 commit ee4a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/companion_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
--font-size-base: 14px;
--tab-width: 48px;
--tab-height: 48px;
--drawer-content-padding: 1rem;
--drawer-content-padding: 0.7rem;
--text-color: rgba(0, 0, 0, 0.87);
--border-color: #5f574f;
--button-color: #454545;
Expand Down

0 comments on commit ee4a515

Please sign in to comment.