-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Opening NbSelect hides nb-layout-header #1158
Comments
I also confirm the bug - It is happening to my project as well. |
I'm not sure exactly why this bug is happening, but I notice that it's related to the fact that a style is added to the I tried to reproduce the issue in the official documentation examples and was unable to. Don't know what the difference is... Anyone have an idea how we could fix this annoying bug? |
I've got very similar issue. When the select is expanded my layout gets messed up. The following 4 pictures show:
This is my template:
P.S. What's interesting, this does happen also on ngx-admin (http://akveo.com/ngx-admin/pages/extra-components/form-inputs) when cloned and run locally. However, on http://akveo.com/ngx-admin/pages/extra-components/form-inputs it does not happen. On http://akveo.com/ngx-admin/pages/extra-components/form-inputs |
Issue type
I'm submitting a
Issue description
Current behavior:
If you have nb-layout-header on a page and nb-select inside nb-layout-column and if page's height is bigger than your screen and you open the nb-select after scrolling, the nb-layout-header would disappear.
Expected behavior:
nb-layout-header shouldn't move or disappear after scrolling the page and opening the nb-select
Steps to reproduce:
create nb-layout then inside it one nb-layout-header and one nb-layout-column. Then put a div Inside nb-layout-column with height bigger than the screen, so you can to scroll it then put a nb-select inside this div in a position that you have to scroll in order to get to it, then open then nb-select to see the issue.
Related code:
Please take a look at this StackBlitz code, keep in mind that you have to scroll first then open nb-select to see this behavior.
StackBlitz nb-select-issue Project
The text was updated successfully, but these errors were encountered: