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

bug(docs): fix scroll broken on safari #247 #248

Merged
merged 2 commits into from
Sep 5, 2017

Conversation

amcdnl
Copy link
Contributor

@amcdnl amcdnl commented Sep 1, 2017

Addresses #247 where scrolling doesn't work on safari.

@amcdnl amcdnl self-assigned this Sep 1, 2017
@amcdnl amcdnl requested a review from jelbourn September 1, 2017 14:40
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmalerba should this be necessary?

@willshowell
Copy link
Contributor

@amcdnl Changing the selector to .mat-drawer-content here should do it:

.docs-component-viewer-sidenav-container {
width: 100%;
.mat-sidenav-content {
position: absolute;
right: 0;
left: 0;
}
}

@amcdnl
Copy link
Contributor Author

amcdnl commented Sep 2, 2017

@jelbourn @willshowell - Ya, that works better. Updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants