Skip to content

Bug Fix #3255#3

Closed
taggie05 wants to merge 2 commits into
gokunymbus:masterfrom
taggie05:bugfixes
Closed

Bug Fix #3255#3
taggie05 wants to merge 2 commits into
gokunymbus:masterfrom
taggie05:bugfixes

Conversation

@taggie05
Copy link
Copy Markdown

Fixes microsoft#3255

Include a change request file using $ npm run change
Description of changes

I changed overflow-y from auto to hidden.
I'm not sure if this is the correct file but the problem with the scroll bar is this issue. When you remove both overlfow-x and overflow-y the scroll bar disappears. If you change the overflow-y to hidden from auto it changes as well. I found the problem through the CSS. The link at the bottom is the CSS that I think the problem is connected to but I'm not 100% sure to be honest.

https://github.com/OfficeDev/office-ui-fabric-react/blob/master/packages/office-ui-fabric-react/src/components/Callout/Callout.scss

I changed overflow-y from auto to hidden.
@gokunymbus
Copy link
Copy Markdown
Owner

Perfect!

.main {
background-color: $ms-color-white;
overflow-x: hidden;
overflow-y: auto;
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Would you mind providing a before and after screenshot? I just wan't to make sure this fixes the problem. Thank you!!

Copy link
Copy Markdown
Author

@taggie05 taggie05 Nov 11, 2017

Choose a reason for hiding this comment

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

2017-11-11
2017-11-11 1

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

When I change the this is what I get on my local machine when I do the changes

@taggie05 taggie05 closed this Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants