@layerfi/components 0.1.82 → 0.1.83
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/cjs/index.cjs +6 -5
- package/dist/esm/index.mjs +6 -5
- package/dist/esm/index.mjs.map +4 -4
- package/dist/index.css +1 -1
- package/dist/index.css.map +3 -3
- package/eslint.config.mjs +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -7704,7 +7704,7 @@ tbody .Layer__table__empty-row:first-child {
|
|
|
7704
7704
|
display: flex;
|
|
7705
7705
|
flex-direction: column;
|
|
7706
7706
|
height: 100%;
|
|
7707
|
-
overflow:
|
|
7707
|
+
overflow-y: auto;
|
|
7708
7708
|
border-radius: 8px;
|
|
7709
7709
|
box-shadow: 0px 0px 0px 1px var(--color-base-300);
|
|
7710
7710
|
background-color: var(--color-base-0);
|