@signal9/era-ui 1.10.1 → 1.10.2
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.
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
});
|
|
82
82
|
</script>
|
|
83
83
|
|
|
84
|
-
<!-- A horizontal row of tab triggers that scrolls when it outgrows the handle.
|
|
84
|
+
<!-- A horizontal row of tab triggers that scrolls when it outgrows the handle.
|
|
85
|
+
py-0.5: overflow-x-auto forces overflow-y to clip; the padding gives tab
|
|
86
|
+
descenders (g/y/p) room inside the clip box (which is the padding edge). -->
|
|
85
87
|
<Tabs.List
|
|
86
88
|
bind:ref
|
|
87
89
|
data-pane-control
|
|
@@ -90,7 +92,7 @@
|
|
|
90
92
|
onpointerup={endDrag}
|
|
91
93
|
onpointercancel={endDrag}
|
|
92
94
|
class={cn(
|
|
93
|
-
'scrollbar-none flex min-w-0 touch-pan-x items-center gap-(--era-xs-inset-sm) overflow-x-auto',
|
|
95
|
+
'scrollbar-none flex min-w-0 touch-pan-x items-center gap-(--era-xs-inset-sm) overflow-x-auto py-0.5',
|
|
94
96
|
className
|
|
95
97
|
)}
|
|
96
98
|
{...restProps}
|