@tipp/ui 1.2.19 → 1.2.20

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 CHANGED
@@ -28960,6 +28960,8 @@ h2.react-datepicker__current-month{
28960
28960
  display: flex;
28961
28961
  align-items: center;
28962
28962
  justify-content: center;
28963
+ width: 100%;
28964
+ height: 100%;
28963
28965
  }
28964
28966
  .DialogContent{
28965
28967
  background-color: var(--color-panel);
@@ -28967,6 +28969,10 @@ h2.react-datepicker__current-month{
28967
28969
  box-shadow: var(--shadow-2);
28968
28970
  overflow: auto;
28969
28971
  max-height: 100vh;
28972
+ position: fixed;
28973
+ top: 50%;
28974
+ left: 50%;
28975
+ transform: translate(-50%, -50%);
28970
28976
  padding: var(--space-6);
28971
28977
  animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
28972
28978
  }