@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.mjs
CHANGED
|
@@ -11306,6 +11306,7 @@ var TabContainer = styled24.div`
|
|
|
11306
11306
|
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
|
|
11307
11307
|
margin-bottom: 0.75rem;
|
|
11308
11308
|
overflow-x: auto;
|
|
11309
|
+
overflow-y: hidden;
|
|
11309
11310
|
-webkit-overflow-scrolling: touch;
|
|
11310
11311
|
scrollbar-width: none;
|
|
11311
11312
|
&::-webkit-scrollbar { display: none; }
|