-
Notifications
You must be signed in to change notification settings - Fork 113
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
DashboardPanel breakpoint prop not working #36
Comments
The I agree this is not an optimal solution, I'll try to come up with a better solution in the next major of |
yea i am having the same problem. Thanks |
In DashboardPanel.vue component there is a usage of const smallerThanLg = breakpoints.smaller(props.breakpoint) But I will want to make the mobile behaviour the default behaviour even on large screens |
I’m having trouble getting the dashboard panel to collapse and turn into a slider properly. I see that there is a prop called breakpoint that lists the sizes for the breakpoint. Problem is that no matter what I set for the breakpoint it doesn’t work. It always collapses at lg and I want it to collapse at xl so that phones and tablets look the same. On iPad pro’s the left sidebar panel doesn’t collapse and everything is squished.
if I set :ui and then the collapsible and slideover settings I can hide it properly. But the navbar doesn’t show an icon to open the slideover until the screen reaches the proper size.
very frustrating.
The text was updated successfully, but these errors were encountered: