@loafmarkets/ui 0.1.45 → 0.1.46
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
|
@@ -11331,6 +11331,7 @@ var TabContainer = styled24__default.default.div`
|
|
|
11331
11331
|
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
|
|
11332
11332
|
margin-bottom: 0.75rem;
|
|
11333
11333
|
overflow-x: auto;
|
|
11334
|
+
overflow-y: hidden;
|
|
11334
11335
|
-webkit-overflow-scrolling: touch;
|
|
11335
11336
|
scrollbar-width: none;
|
|
11336
11337
|
&::-webkit-scrollbar { display: none; }
|