-
Notifications
You must be signed in to change notification settings - Fork 5
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
Panels not displayed #8
Comments
Try add the CSS code below: .full-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
} If the height of the container is not defined, the layout component will not be able to calculate the appropriate height, so it will be displayed as 0px height, which means it cannot be seen |
I cannot see your code, so I cannot know where the problem is. You may start with the simplest project and gradually add code Project example here: https://codesandbox.io/s/s8gq4r |
My fault. I made wrong configuration. It works well now. |
I cloned codelayout and vue3-context-menu component in my project, and copied examples/views/BasicUseage.vue, just made some modification with regards to paths of components and assets. when run my project , the layout is displayed, but panels are all empty. What may be the reason, is there something like .css file missed ?
The page displayed as the following image1 whith horrizon scrollbar when primary sidebar is toggled on ,
and the page is displayed as the following image2 whithout horrizon scrollbar when primary sidebar is toggle off,
The source of basicusage.vue is almost same as in example,
The text was updated successfully, but these errors were encountered: