@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.mjs
CHANGED
|
@@ -14201,6 +14201,7 @@ var ContentScroll = styled9.div`
|
|
|
14201
14201
|
flex: 1;
|
|
14202
14202
|
overflow-y: auto;
|
|
14203
14203
|
min-height: 0;
|
|
14204
|
+
padding-bottom: 1rem;
|
|
14204
14205
|
scrollbar-width: thin;
|
|
14205
14206
|
scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
|
|
14206
14207
|
&::-webkit-scrollbar { width: 4px; }
|