@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.js CHANGED
@@ -14216,7 +14216,13 @@ function PortfolioActivityPanel({
14216
14216
  ] }) })
14217
14217
  ] });
14218
14218
  }
14219
- var Container3 = styled9__default.default.div``;
14219
+ var Container3 = styled9__default.default.div`
14220
+ scrollbar-width: thin;
14221
+ scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
14222
+ &::-webkit-scrollbar { width: 4px; }
14223
+ &::-webkit-scrollbar-track { background: transparent; }
14224
+ &::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 2px; }
14225
+ `;
14220
14226
  var PanelTitle = styled9__default.default.h3`
14221
14227
  font-size: 1rem;
14222
14228
  font-weight: 600;