pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
96 stars 16 forks source link

Wrong color-preset-sublist #55

Closed davidecampello closed 2 years ago

davidecampello commented 2 years ago

Hi @pIvan, thank you for this really beautiful components!

I'm using the chrome-wrapper component on a bootstrap 5 (using ng-bootstrap) app but I'm seeing the popup in this way:

image

I think there is some conflict on classes of color-preset-sublist component between the versions of bootstrap rows but I can't figure out exactly what it is. I created this stackblitz with a simple reproduction, if you have time to check it. Thanks in advance! Davide

pIvan commented 2 years ago

Hi @davidecampello you were correct, there is a conflict with css style for selectors .row and .row > *

image

.row should not be flex, and direct children should not be width 100%