@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/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: hidden;
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);