@signiphi/pdf-signer 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +23 -21
- package/dist/index.css.map +1 -1
- package/dist/styles/index.css +23 -21
- package/package.json +1 -1
- package/src/styles/index.css +17 -13
package/dist/index.css
CHANGED
|
@@ -4766,6 +4766,8 @@
|
|
|
4766
4766
|
background: var(--sps-background);
|
|
4767
4767
|
line-height: 1.5;
|
|
4768
4768
|
transition: background-color 0.2s ease, color 0.2s ease;
|
|
4769
|
+
position: relative;
|
|
4770
|
+
z-index: auto;
|
|
4769
4771
|
}
|
|
4770
4772
|
.signiphi-pdf-signer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) *,
|
|
4771
4773
|
.signiphi-pdf-signer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) *::before,
|
|
@@ -4785,27 +4787,27 @@
|
|
|
4785
4787
|
.signiphi-pdf-signer:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) button {
|
|
4786
4788
|
cursor: pointer;
|
|
4787
4789
|
}
|
|
4788
|
-
[data-radix-dialog-overlay]
|
|
4789
|
-
position: fixed;
|
|
4790
|
-
top: 0;
|
|
4791
|
-
right: 0;
|
|
4792
|
-
bottom: 0;
|
|
4793
|
-
left: 0;
|
|
4794
|
-
z-index:
|
|
4795
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
4796
|
-
}
|
|
4797
|
-
[data-radix-dialog-content]
|
|
4798
|
-
.signiphi-pdf-signer
|
|
4799
|
-
position: fixed;
|
|
4800
|
-
left: 50
|
|
4801
|
-
top: 50
|
|
4802
|
-
transform: translate(-50%, -50%);
|
|
4803
|
-
z-index:
|
|
4804
|
-
max-height: 90vh;
|
|
4805
|
-
overflow-y: auto;
|
|
4806
|
-
}
|
|
4807
|
-
.signiphi-pdf-signer
|
|
4808
|
-
translate: none;
|
|
4790
|
+
[data-radix-dialog-overlay] {
|
|
4791
|
+
position: fixed !important;
|
|
4792
|
+
top: 0 !important;
|
|
4793
|
+
right: 0 !important;
|
|
4794
|
+
bottom: 0 !important;
|
|
4795
|
+
left: 0 !important;
|
|
4796
|
+
z-index: 99998 !important;
|
|
4797
|
+
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
4798
|
+
}
|
|
4799
|
+
[data-radix-dialog-content],
|
|
4800
|
+
.signiphi-pdf-signer [role=dialog] {
|
|
4801
|
+
position: fixed !important;
|
|
4802
|
+
left: 50% !important;
|
|
4803
|
+
top: 50% !important;
|
|
4804
|
+
transform: translate(-50%, -50%) !important;
|
|
4805
|
+
z-index: 99999 !important;
|
|
4806
|
+
max-height: 90vh !important;
|
|
4807
|
+
overflow-y: auto !important;
|
|
4808
|
+
}
|
|
4809
|
+
.signiphi-pdf-signer [role=dialog].fixed {
|
|
4810
|
+
translate: none !important;
|
|
4809
4811
|
}
|
|
4810
4812
|
@keyframes enter {
|
|
4811
4813
|
from {
|