@eturnity/eturnity_reusable_components 9.34.6 → 9.34.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "9.34.6",
3
+ "version": "9.34.7",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -191,9 +191,6 @@
191
191
  const ColumnListContainer = styled.div`
192
192
  display: grid;
193
193
  gap: 8px;
194
- max-height: 50vh;
195
- overflow-y: auto;
196
- padding-right: 4px;
197
194
 
198
195
  .ghost {
199
196
  opacity: 0.5;