Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-4091] Linked Projects Modal Close Button #2018

Merged
3 changes: 2 additions & 1 deletion lib/osf-components/addon/components/osf-dialog/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
right: 0;

padding-bottom: 10vh;
padding-top: 2rem;
chth0n1x marked this conversation as resolved.
Show resolved Hide resolved

display: flex;
align-items: center;
justify-content: center;

z-index: 900;
z-index: 1100;
background-color: rgba(0, 0, 0, 0.5);
}

Expand Down
Loading