mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
disable stick header JS for now
This commit is contained in:
@@ -44,7 +44,7 @@ export class ItemGroupTitle {
|
||||
this.content = content;
|
||||
this.ele = elementRef.nativeElement;
|
||||
this.parent = this.ele.parentNode;
|
||||
this.isCssValid = featureDetect.has('positionsticky')
|
||||
this.isCssValid = true;//featureDetect.has('positionsticky')
|
||||
}
|
||||
|
||||
onInit() {
|
||||
|
||||
Reference in New Issue
Block a user