-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(datepicker): remove position fixed #3610
fix(datepicker): remove position fixed #3610
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3610 +/- ##
============================================
Coverage 72.05% 72.05%
============================================
Files 252 252
Lines 8159 8159
Branches 1552 1552
============================================
Hits 5879 5879
Misses 1858 1858
Partials 422 422
Continue to review full report at Codecov.
|
@@ -173,6 +173,10 @@ export class BsDatepickerDirective implements OnInit, OnDestroy, OnChanges { | |||
this.hide(); | |||
}) | |||
); | |||
|
|||
this._outsideScrollListener = this._renderer.listen('document', 'scroll', () => { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@@ -63,6 +64,16 @@ export const demoComponentContent: ContentSection[] = [ | |||
`, | |||
outlet: DemoDatePickerCustomFormatComponent | |||
}, | |||
{ | |||
title: 'Manual datepicker', |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Tested, looks good |
related to #3300
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.