@sonny-ui/core 0.1.0-alpha.21 → 0.1.0-alpha.22
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.
|
@@ -4425,7 +4425,7 @@ class SnyNavbarDirective {
|
|
|
4425
4425
|
const variantClass = v === 'bordered' ? 'border-b border-border' :
|
|
4426
4426
|
v === 'floating' ? 'mx-4 mt-2 rounded-lg border border-border shadow-sm' :
|
|
4427
4427
|
'';
|
|
4428
|
-
const stickyClass = this.sticky() ? 'sticky top-0 z-
|
|
4428
|
+
const stickyClass = this.sticky() ? 'sticky top-0 z-40' : '';
|
|
4429
4429
|
return cn(base, variantClass, stickyClass, this.class());
|
|
4430
4430
|
}, ...(ngDevMode ? [{ debugName: "computedClass" }] : /* istanbul ignore next */ []));
|
|
4431
4431
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: SnyNavbarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|