Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
sett overflow visible på navds-modal__body
Browse files Browse the repository at this point in the history
  • Loading branch information
bdahle committed Feb 15, 2024
1 parent ab2f086 commit 3ed0fc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
max-width: 35rem;
overflow: visible;
padding: 1rem;

:global(.navds-modal__body) {
overflow: visible;
}
}

.content {
Expand Down

0 comments on commit 3ed0fc1

Please sign in to comment.