@tipp/ui 1.2.17 → 1.2.19
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 +6 -4
- package/dist/index.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -28957,15 +28957,16 @@ h2.react-datepicker__current-month{
|
|
|
28957
28957
|
inset: 0;
|
|
28958
28958
|
animation: overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
28959
28959
|
z-index: 10050;
|
|
28960
|
+
display: flex;
|
|
28961
|
+
align-items: center;
|
|
28962
|
+
justify-content: center;
|
|
28960
28963
|
}
|
|
28961
28964
|
.DialogContent{
|
|
28962
28965
|
background-color: var(--color-panel);
|
|
28963
28966
|
border-radius: var(--radius-4);
|
|
28964
28967
|
box-shadow: var(--shadow-2);
|
|
28965
|
-
|
|
28966
|
-
|
|
28967
|
-
left: 50%;
|
|
28968
|
-
transform: translate(-50%, -50%);
|
|
28968
|
+
overflow: auto;
|
|
28969
|
+
max-height: 100vh;
|
|
28969
28970
|
padding: var(--space-6);
|
|
28970
28971
|
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
28971
28972
|
}
|
|
@@ -28973,6 +28974,7 @@ h2.react-datepicker__current-month{
|
|
|
28973
28974
|
position: absolute;
|
|
28974
28975
|
right: 0;
|
|
28975
28976
|
top: 6px;
|
|
28977
|
+
z-index: 9999;
|
|
28976
28978
|
}
|
|
28977
28979
|
.DialogContent:focus{
|
|
28978
28980
|
outline: none;
|