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

Commit 2ee1724

Browse files
authored
Merge pull request #1526 from navikt/veileder-skjult-modal-quick-fix
Fiks veileder skjult i modal
2 parents ab2f086 + 3ed0fc1 commit 2ee1724

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/komponenter/footer/common/del-skjerm-modal/DelSkjermModal.module.scss

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
max-width: 35rem;
55
overflow: visible;
66
padding: 1rem;
7+
8+
:global(.navds-modal__body) {
9+
overflow: visible;
10+
}
711
}
812

913
.content {

0 commit comments

Comments
 (0)