Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(datepicker): prevent scrolling within a dialog #8292

Closed
wants to merge 1 commit into from

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented May 1, 2016

  • Fixes the datepicker not blocking scrolling when it is used within a dialog.
  • Moves the .md-scroll-mask z-index to the SASS files since the old value was being set with JS for no apparent reason and made it harder to override.
  • Adds a variable for the datepicker's z-index, since it was using the one for the menu.

Fixes #8177.

* Fixes the datepicker not blocking scrolling when it is used within a dialog.
* Moves the `.md-scroll-mask` z-index to the SASS files since the old value was being set with JS for no apparent reason and made it harder to override.
* Adds a variable for the datepicker's z-index, since it was using the one for the menu.

Fixes angular#8177.
@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label May 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants