Skip to content

Commit

Permalink
Merge pull request #367 from danskernesdigitalebibliotek/fix/stackabl…
Browse files Browse the repository at this point in the history
…e-cards

Make sure to show stackable cards on the fee-list-page
  • Loading branch information
Adamik10 authored Dec 7, 2023
2 parents 001d6fc + c1836ae commit 3c7b308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/stories/Library/Lists/fee-list/fee-list.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.fee-list-page {
background: $c-global-primary;
padding: $s-md;
position: relative;
z-index: 0;

@include breakpoint-m {
padding: $s-6xl;
Expand Down
4 changes: 1 addition & 3 deletions src/stories/Library/Modals/modal-loan/modal-loan.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
$MODAL_LOAN_CONTAINER_WIDTH: 1000px;

.modal-loan {
flex-direction: column;
align-items: center;
width: 100%;
}

.modal-loan__container {
max-width: $MODAL_LOAN_CONTAINER_WIDTH;
width: 100%;
overflow: scroll;
}

Expand Down

0 comments on commit 3c7b308

Please sign in to comment.