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

BUG: resize specific axes 'x' does not work (grid crashes) #146

Open
timothymarois opened this issue Aug 26, 2020 · 0 comments
Open

BUG: resize specific axes 'x' does not work (grid crashes) #146

timothymarois opened this issue Aug 26, 2020 · 0 comments

Comments

@timothymarois
Copy link

timothymarois commented Aug 26, 2020

Entire grid falls apart and everything is squished at the top if using resize axes: 'x' with the following options:

               widget_selector: 'li',
                widget_base_dimensions: ['auto', 110],
                autogenerate_stylesheet: true,
                avoid_overlapped_widgets : true,
                min_cols: 1,
                max_cols: 14,
                widget_margins: [5, 5],
                shift_widgets_up: false,
                shift_larger_widgets_down: false,
                move_widgets_down_only: false,
                scroll_container : '.app-main',
                resize: {
                    enabled: true,
                    axes: 'x'
                },
                collision: {
                    wait_for_mouseup: false
                },
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