Updated z-index to make datepicker not be hidden behind footer

This commit is contained in:
Erik Tiekstra
2021-11-15 07:16:56 +01:00
parent 6f95d16abe
commit 0d27c757ba
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
.deltagare-export {
max-width: var(--digi--typography--text--max-width);
position: relative;
z-index: $msfa__z-index-default;
z-index: $msfa__z-index-special-page;
&__form {
display: flex;