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

y-scrollbar are cropped #104

Open
1 task done
NicolasRannou opened this issue Apr 27, 2017 · 3 comments
Open
1 task done

y-scrollbar are cropped #104

NicolasRannou opened this issue Apr 27, 2017 · 3 comments

Comments

@NicolasRannou
Copy link

Description

The y-scrollbar is cropped.

Expected outcome

Y-scrollbar should not be cropped.

Actual outcome

The y-scrollbar is cropped.

Live Demo

https://www.webcomponents.org/element/PolymerElements/iron-autogrow-textarea/demo/demo/index.html

Steps to reproduce

Male a scrollbar appear in any element.

Browsers Affected

  • Chrome
@NicolasRannou
Copy link
Author

screen shot 2017-04-27 at 2 19 44 pm

@NicolasRannou
Copy link
Author

couple of extra box-sizing: border-box seem to fix things.

@NicolasRannou
Copy link
Author

the following mixin fixes it but may be good to have it set by default:

--iron-autogrow-textarea: {
  box-sizing: border-box;
}

Can submit a PR if interested -

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

No branches or pull requests

1 participant