-
Notifications
You must be signed in to change notification settings - Fork 8k
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
Scrollbars inside nb-accordion-item-body #5784
Comments
Try CSS Z-Index, so the accordion Is in the nb-card instead of on top. |
This is my template, can you help me a little bit more? I'm still new in angular stuff. Thanks for the help!!
|
The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. https://www.w3schools.com/cssref/pr_pos_z-index.asp Try this
or
or
or
|
Still doesn't work. I tried all the variants you gave me and nothing. I need to inmobilize the top of the card where I have the buttoms. |
I had a similar problem when clicked a checkbox .html .ts
Doc: toggle() => Open/close the item |
Is there any way to do this? I have a dynamic nb-accordion inside an nb-card that grows with data but I don't want my page height to increase. Thanks for any help.
The text was updated successfully, but these errors were encountered: