Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs(SpeedDial): better position direction demo #1772

Merged
merged 2 commits into from
Jun 7, 2018
Merged

docs(SpeedDial): better position direction demo #1772

merged 2 commits into from
Jun 7, 2018

Conversation

VdustR
Copy link
Member

@VdustR VdustR commented May 23, 2018

I changed the demo to a better way in my opinion.

I don't think z-index is the best solution because there might be some other components with z-index higher than 2, than you should put higher z-index for that. You'll never know how high the components the Vue Material user put in the content. In this case, you'll always need to add a higher z-index for that. So, set z-index is a solution only for the demo case.

The demo render as unexpected is just because the speed dials are append before the buttons. If they are after the buttons it would looks fine.

Additionally, I replace the native buttons with Vue Material buttons.

related to #1764

@Samuell1 Samuell1 merged commit 341a06c into vuematerial:dev Jun 7, 2018
@VdustR VdustR deleted the docs/SpeedDial/PositionDirection branch June 7, 2018 13:57
marcosmoura added a commit that referenced this pull request Jun 9, 2018
* origin/dev:
  fix(MdAutocomplete): fix option selecting (#1765)
  docs(SpeedDial): better position direction demo (#1772)
  fix(MdSnackbar): add "persistent" argument to createPromise()
  fix(MdTabs): setupObservers on mounted immediately (#1770)
  fix(MdMenuContent): destroy keydown listener on Esc (#1766)
  fix(MdTable): revert asc direction (#1776)
  fix(MdTable): sort on created (#1775)
  fix(MdTable): provide value mutation (#1789)
  fix(MdFile): disabled icon (#1787)
  feat(MdCardExpandContent): reactive content (#1799)
  feat(MdRadio): object support (#1771)
  fix(MdFile): infinite focus loop
  fix(MdSelect): selected event before mounted
  docs(Checkbox): Missed Object type added to doc description
  docs(GettingStarted): Change CDN urls from v1.0.0-beta-7 to latest
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants