Skip to content

Commit 0b64908

Browse files
increase zIndex of header and footer
1 parent fc3f134 commit 0b64908

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

microfrontends/SignDocuments/src/css/signature.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,7 @@ option {
679679

680680
#navbar {
681681
overflow: hidden;
682-
683-
z-index: 10;
682+
z-index: 99;
684683
}
685684

686685
/* Navbar links */
@@ -716,7 +715,7 @@ option {
716715

717716
.stickyfooter {
718717
position: fixed;
719-
z-index: 32 !important;
718+
z-index: 99 !important;
720719
bottom: 0px;
721720
right: 0rem;
722721
}

0 commit comments

Comments
 (0)