sapp-common-package-test-final 1.7.8 → 1.7.9

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.
Files changed (2) hide show
  1. package/dist/index.css +3 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -198,6 +198,7 @@
198
198
  flex-grow: 1;
199
199
  flex-direction: column;
200
200
  row-gap: 24px;
201
+ overflow: auto;
201
202
  --tw-bg-opacity: 1;
202
203
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
203
204
  padding-left: 32px;
@@ -786,7 +787,7 @@ button:focus {
786
787
  }
787
788
 
788
789
  ._9uloX {
789
- @apply flex flex-col gap-y-6 px-8 pb-8 bg-white flex-grow;
790
+ @apply flex flex-col gap-y-6 px-8 pb-8 bg-white flex-grow overflow-auto;
790
791
  }
791
792
 
792
793
  div._2Uj7C {
@@ -1107,7 +1108,7 @@ button {
1107
1108
  height: 928px;
1108
1109
  max-height: 70%;
1109
1110
  max-width: 295px;
1110
- overflow: auto;
1111
+ overflow-y: auto;
1111
1112
  --tw-bg-opacity: 1;
1112
1113
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1113
1114
  padding: 40px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapp-common-package-test-final",
3
- "version": "1.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "",
6
6
  "license": "MIT",