File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed
microfrontends/SignDocuments/src Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -1048,9 +1048,10 @@ function SignYourSelf() {
1048
1048
>
1049
1049
{ /* this modal is used show this document is already sign */ }
1050
1050
1051
- < Modal
1051
+ < Modal
1052
1052
show = { showAlreadySignDoc . status }
1053
1053
onShow = { ( ) => modalAlign ( ) }
1054
+ backdropClassName = "signature-backdrop"
1054
1055
>
1055
1056
< ModalHeader style = { { background : themeColor ( ) } } >
1056
1057
< span style = { { color : "white" } } > Sign Documents</ span >
Original file line number Diff line number Diff line change @@ -1028,9 +1028,10 @@ function EmbedPdfImage() {
1028
1028
} }
1029
1029
>
1030
1030
{ /* this modal is used show this document is already sign */ }
1031
- < Modal
1031
+ < Modal
1032
1032
show = { isAlreadySign . status }
1033
1033
onShow = { ( ) => modalAlign ( ) }
1034
+ backdropClassName = "signature-backdrop"
1034
1035
>
1035
1036
< ModalHeader style = { { background : themeColor ( ) } } >
1036
1037
< span style = { { color : "white" } } > Sign Documents</ span >
@@ -1143,7 +1144,7 @@ function EmbedPdfImage() {
1143
1144
) }
1144
1145
</ div >
1145
1146
) }
1146
-
1147
+
1147
1148
</ DndProvider >
1148
1149
) ;
1149
1150
}
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ option {
626
626
padding : 16px ;
627
627
}
628
628
629
- /* The sticky class is added to the navbar
629
+ /* The sticky class is added to the navbar
630
630
with JS when it reaches its scroll position */
631
631
.stickyHead {
632
632
position : fixed;
@@ -644,9 +644,9 @@ option {
644
644
right : 0rem ;
645
645
}
646
646
647
- /* Add some top padding to the page content
648
- to prevent sudden quick movement (as the
649
- navigation bar gets a new position at the top of the
647
+ /* Add some top padding to the page content
648
+ to prevent sudden quick movement (as the
649
+ navigation bar gets a new position at the top of the
650
650
page (position:fixed and top:0) */
651
651
.stickyHead + .content {
652
652
padding-top : 60px ;
@@ -776,4 +776,14 @@ option {
776
776
.mobileHead {
777
777
display : flex;
778
778
}
779
+ }
780
+
781
+ .signature-backdrop {
782
+ position : fixed;
783
+ top : 0 ; bottom : 0 ; left : 0 ; right : 0 ;
784
+ background-color : # 000 ;
785
+ }
786
+
787
+ .signature-backdrop .fade .in {
788
+ opacity : 0.5 ;
779
789
}
You can’t perform that action at this time.
0 commit comments