Skip to content
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

mtx-select style is broken while use bootstrap-grid #253

Closed
hanogin opened this issue Oct 19, 2023 · 2 comments
Closed

mtx-select style is broken while use bootstrap-grid #253

hanogin opened this issue Oct 19, 2023 · 2 comments
Labels
area: select Issues about select help wanted Extra attention is needed

Comments

@hanogin
Copy link

hanogin commented Oct 19, 2023

I update to latest version of angular, angular material and this extention and i notice something is off with the stlye of the mtx-select while use bootstrap-grid.css

Capture

Im not use the all bootstrap lib, only the css for the grid sysytem
I did a public repo for this, everithing is default, what cause the problem is this line
in earlier version everithing was working fine.
the original select of angular material is working fine.

@nzbin nzbin added help wanted Extra attention is needed area: select Issues about select labels Oct 19, 2023
@nzbin
Copy link
Member

nzbin commented Oct 19, 2023

This is because the option set appendTo="body" by default, the dropdown-panel's position is absolute.

body {
  position: relative;
}

@hanogin
Copy link
Author

hanogin commented Oct 19, 2023

thank you!

@nzbin nzbin closed this as completed Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: select Issues about select help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants