Skip to content
Snippets Groups Projects
Unverified Commit d4eeb76b authored by Tom Robinson's avatar Tom Robinson
Browse files

Just increase z-index of modals and nav so full screen modal is under nav

parent 4653ad70
No related branches found
No related tags found
No related merge requests found
.ModalContainer {
z-index: 3;
z-index: 4;
}
.Modal {
......
.Nav {
z-index: 3;
z-index: 4;
}
.CheckBg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment