Skip to content
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

Merged
merged 6 commits into from
Mar 1, 2018
Merged

fix(datepicker): remove position fixed #3610

merged 6 commits into from
Mar 1, 2018

Conversation

tarusin
Copy link
Contributor

@tarusin tarusin commented Feb 1, 2018

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.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated demos.

@codecov
Copy link

codecov bot commented Feb 1, 2018

Codecov Report

Merging #3610 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ
src/chronos/i18n/pl.ts 77.77% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 465ed0d...6940f15. Read the comment docs.

@@ -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.

@EvilAlexei EvilAlexei requested a review from valorkin February 1, 2018 14:51
@@ -63,6 +64,16 @@ export const demoComponentContent: ContentSection[] = [
`,
outlet: DemoDatePickerCustomFormatComponent
},
{
title: 'Manual datepicker',

This comment was marked as off-topic.

@tarusin tarusin changed the title fix(datepicker): remove position fixed docs(datepicker): remove position fixed Feb 7, 2018
@tarusin tarusin changed the title docs(datepicker): remove position fixed fix(datepicker): remove position fixed Feb 7, 2018
IlyaSurmay
IlyaSurmay previously approved these changes Feb 8, 2018
IlyaSurmay
IlyaSurmay previously approved these changes Feb 8, 2018
@YevheniiaMazur
Copy link

Tested, looks good

@valorkin valorkin merged commit bca0b42 into valor-software:development Mar 1, 2018
@ghost ghost removed the ready for merge label Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants