@kiefer-tek/sophea-design-system 0.17.0 → 0.17.1
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.css +10 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5903,6 +5903,16 @@ a.sn-Button-module__btn--Fx11X[aria-disabled="true"] {
|
|
|
5903
5903
|
background: var(--surface-s3);
|
|
5904
5904
|
}
|
|
5905
5905
|
|
|
5906
|
+
/* Sticky-header variant: the table must NOT be its own clip/scroll context, or
|
|
5907
|
+
the sticky <thead> anchors to the table box (and scrolls away) instead of the
|
|
5908
|
+
surrounding scroll container. Drop overflow/border/radius so the consumer's
|
|
5909
|
+
scroll container owns them — typically a `rounded-b-2xl overflow-auto` box (or
|
|
5910
|
+
an `overflow-hidden` card) giving a flush square-top header + rounded bottom. */
|
|
5911
|
+
.sn-Table-module__sticky--QfxLu {
|
|
5912
|
+
overflow: visible;
|
|
5913
|
+
border: 0;
|
|
5914
|
+
border-radius: 0;
|
|
5915
|
+
}
|
|
5906
5916
|
.sn-Table-module__sticky--QfxLu .sn-Table-module__th--PNuEx {
|
|
5907
5917
|
position: sticky;
|
|
5908
5918
|
top: 0;
|