Skip to content

Commit

Permalink
Updated fix for modal to overlap navbar by request.
Browse files Browse the repository at this point in the history
  • Loading branch information
chth0n1x committed Oct 9, 2023
1 parent b90e695 commit 9c55a3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@
overflow: auto;
padding: 1rem 1.25rem;
}

@media (min-width: 501px) and (max-width: 991px) {
.Main {
max-height: 50vh;
}
}
2 changes: 1 addition & 1 deletion lib/osf-components/addon/components/osf-dialog/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
right: 0;

padding-bottom: 10vh;
padding-top: 2rem;

display: flex;
align-items: center;
Expand Down Expand Up @@ -54,7 +55,6 @@

.Dialog {
max-width: $width;
max-height: 55vh;
}

.Dialog.FixedWidth {
Expand Down

0 comments on commit 9c55a3a

Please sign in to comment.