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

[FEAT] Collection Debugging: make CSS issues easier to spot. #59

Closed
runspired opened this issue Oct 24, 2015 · 1 comment
Closed

[FEAT] Collection Debugging: make CSS issues easier to spot. #59

runspired opened this issue Oct 24, 2015 · 1 comment
Labels
Milestone

Comments

@runspired
Copy link
Collaborator

We already auto-add the following rules to the container

 '-webkit-overflow-scrolling': 'touch',
 'overflow-scrolling': 'touch',
 'overflow-y': 'scroll'

We should warn if the following aren't true while in development.

display: block
height: x
max-height: x
position: relative

The same is probably true for GPU Acceleration. Instead of auto-adding it, we should warn if it's not present during development.

@runspired
Copy link
Collaborator Author

Closing in favor of html-next/vertical-collection#72

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

No branches or pull requests

1 participant