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

Chrome animation overflow bug! #11

Open
phlegx opened this issue Jul 19, 2019 · 1 comment
Open

Chrome animation overflow bug! #11

phlegx opened this issue Jul 19, 2019 · 1 comment

Comments

@phlegx
Copy link

phlegx commented Jul 19, 2019

Hi

The placeholder animation overflows in the actual Chrome version.

chrome-bug

@phlegx
Copy link
Author

phlegx commented Jul 19, 2019

Solved with:

@mixin vue-content-placeholders {
  position: relative;
  overflow: hidden;  /* Other browsers */
  overflow: overlay; /* Chrome */
  &::-webkit-scrollbar {
      width: 0;
      height: 0;
  }
  ...
}

PR: /pull/12

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

No branches or pull requests

1 participant