Skip to content

Commit

Permalink
Merge pull request #405 from danskernesdigitalebibliotek/modal-loan-s…
Browse files Browse the repository at this point in the history
…croll-bar

Only show scrollbar when content is overflowing
  • Loading branch information
JacobArrow authored Dec 20, 2023
2 parents 86d716c + 4a26baf commit 69c3ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Library/Modals/modal-loan/modal-loan.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.modal-loan__container {
width: 100%;
overflow: scroll;
overflow-y: auto;
}

.modal-loan__header {
Expand Down

0 comments on commit 69c3ed3

Please sign in to comment.