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

Usage of Component selectors makes responsive behavior not possible #1

Open
robinabganpat opened this issue Oct 4, 2017 · 1 comment

Comments

@robinabganpat
Copy link

Hi,
The current implementation of using selector: 'grid-stack-item' and 'grid-stack', makes it not possible for the gridstack framework to handle the single column view correctly.

Making the components directives by using selector: '[grid-stack-item]' and '[grid-stack]' fixed this.
I now use <div grid-stack-item> </div> to provide the same behavior. This results in the single column view (for small screens) to work correctly.

Maybe this is something you could implement in the package.

@ramyothman
Copy link
Owner

I will check it out thanks

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

2 participants