-
Notifications
You must be signed in to change notification settings - Fork 20
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] ng-select Dropdown is slightly off on modals #452
Comments
This issue is related to the need to add You can see my comment here that we might not need appendTo after all, so this issue will go away. |
Closed with #471 |
Hi, i continue to have the same problem. If I insert the component in a simple html page no problem, but if I insert it in a more complex context, the problem remains ... |
@IoSono000 can you provide an example? What version of Goponents are you running? |
Hi, the version is last (3.7.3). --- OK --
|
@IoSono000 that is not using the |
sorry but your note is not clear. The implementation was done as per documentation. |
@IoSono000 this repo is not the If you are trying to use our Goponents library then you need to be using |
Ok, thanks and sorry |
Hi @IoSono000 |
@renanramos this is not the
|
Thanks, i added the following statement to the scss file the problem is that if I resize the page that left margin is no longer good and it is misaligned again ... have you done this test? |
@IoSono000 we have not handled that case yet. |
@grahamhency Thanks! |
Describe the bug
When a select is being used within a modal, the dropdown menu underneath the input is slightly off to left.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The dropdown menu should be directly below the input.
Screenshots
The text was updated successfully, but these errors were encountered: