@innovaccer/design-system 2.13.2 → 2.13.3

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.
@@ -4030,7 +4030,6 @@ body {
4030
4030
  background-color: var(--white);
4031
4031
  border-radius: var(--spacing);
4032
4032
  overflow: auto;
4033
- display: flex;
4034
4033
  flex-direction: column;
4035
4034
  display: none;
4036
4035
  margin: auto;
@@ -4044,7 +4043,7 @@ body {
4044
4043
  }
4045
4044
 
4046
4045
  .Modal--open {
4047
- display: block;
4046
+ display: flex;
4048
4047
  }
4049
4048
 
4050
4049
  .Modal-animation--open {