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(dialog): Use 100vw for dialog max-width calculation. #4766

Merged
merged 1 commit into from
May 28, 2019

Conversation

joyzhong
Copy link
Contributor

@joyzhong joyzhong commented May 28, 2019

Use 100vw as it doesn't have the same browser incompatibilities that 100vh does (see PR #4746 for context). 100% width on the other hand breaks on mobile/Safari.

@joyzhong joyzhong changed the base branch from master to develop May 28, 2019 19:21
@codecov-io
Copy link

codecov-io commented May 28, 2019

Codecov Report

Merging #4766 into develop will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #4766      +/-   ##
===========================================
- Coverage    98.95%   98.95%   -0.01%     
===========================================
  Files          129      129              
  Lines         6332     6289      -43     
  Branches       820      820              
===========================================
- Hits          6266     6223      -43     
  Misses          65       65              
  Partials         1        1
Impacted Files Coverage Δ
packages/mdc-auto-init/index.ts 95.45% <0%> (-0.38%) ⬇️
packages/mdc-select/foundation.ts 97.6% <0%> (-0.08%) ⬇️
packages/mdc-select/component.ts 97.4% <0%> (-0.02%) ⬇️
packages/mdc-grid-list/index.ts 100% <0%> (ø) ⬆️
packages/mdc-line-ripple/index.ts 100% <0%> (ø) ⬆️
packages/mdc-chips/chip-set/index.ts 100% <0%> (ø) ⬆️
packages/mdc-select/helper-text/index.ts 100% <0%> (ø) ⬆️
packages/mdc-select/icon/index.ts 100% <0%> (ø) ⬆️
packages/mdc-tab-bar/index.ts 100% <0%> (ø) ⬆️
packages/mdc-textfield/helper-text/index.ts 100% <0%> (ø) ⬆️
... and 28 more

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 17b8339...c5124ac. Read the comment docs.

@joyzhong joyzhong assigned abhiomkar and unassigned abhiomkar May 28, 2019
@joyzhong joyzhong requested a review from abhiomkar May 28, 2019 19:47
@joyzhong joyzhong merged commit 6a3c771 into develop May 28, 2019
@joyzhong joyzhong deleted the fix/dialog_scrollable branch May 28, 2019 21:31
moog16 pushed a commit that referenced this pull request May 28, 2019
Use 100vw as it doesn't have the same browser incompatibilities that 100vh does (see PR #4746 for context). 100% width on the other hand breaks on mobile/Safari.
moog16 pushed a commit that referenced this pull request Jun 3, 2019
Use 100vw as it doesn't have the same browser incompatibilities that 100vh does (see PR #4746 for context). 100% width on the other hand breaks on mobile/Safari.
abhiomkar pushed a commit that referenced this pull request Jun 11, 2019
Use 100vw as it doesn't have the same browser incompatibilities that 100vh does (see PR #4746 for context). 100% width on the other hand breaks on mobile/Safari.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants