@loafmarkets/ui 0.1.265 → 0.1.266

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.mjs CHANGED
@@ -14190,7 +14190,13 @@ function PortfolioActivityPanel({
14190
14190
  ] }) })
14191
14191
  ] });
14192
14192
  }
14193
- var Container3 = styled9.div``;
14193
+ var Container3 = styled9.div`
14194
+ scrollbar-width: thin;
14195
+ scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
14196
+ &::-webkit-scrollbar { width: 4px; }
14197
+ &::-webkit-scrollbar-track { background: transparent; }
14198
+ &::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 2px; }
14199
+ `;
14194
14200
  var PanelTitle = styled9.h3`
14195
14201
  font-size: 1rem;
14196
14202
  font-weight: 600;