@loafmarkets/ui 0.1.268 → 0.1.269
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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14227,6 +14227,7 @@ var ContentScroll = styled9__default.default.div`
|
|
|
14227
14227
|
flex: 1;
|
|
14228
14228
|
overflow-y: auto;
|
|
14229
14229
|
min-height: 0;
|
|
14230
|
+
padding-bottom: 1rem;
|
|
14230
14231
|
scrollbar-width: thin;
|
|
14231
14232
|
scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
|
|
14232
14233
|
&::-webkit-scrollbar { width: 4px; }
|