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

Commit 3ed0fc1

Browse files
committedFeb 15, 2024
sett overflow visible på navds-modal__body
1 parent ab2f086 commit 3ed0fc1

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)
This repository has been archived.