konsolpro-custom-ui 0.0.417 → 0.0.419
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/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -10097,7 +10097,7 @@ function dd({
|
|
|
10097
10097
|
{
|
|
10098
10098
|
ref: D,
|
|
10099
10099
|
className: p(
|
|
10100
|
-
"scrollbar
|
|
10100
|
+
"no-scrollbar sticky z-30 overflow-x-auto rounded-t-lg bg-background"
|
|
10101
10101
|
),
|
|
10102
10102
|
style: sa,
|
|
10103
10103
|
onScroll: () => Nr("header"),
|