soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
67 stars 57 forks source link

grids around the component make it render above, not below #22

Closed mgenev closed 9 years ago

mgenev commented 9 years ago

When I have this component in a grid, it renders above its current position and spills out of bounds.

soulim commented 9 years ago

Could you provide an example with JSBin or repo? That would help a lot with reproduction of the issue.

mgenev commented 9 years ago

Ok, I'll try soon.

soulim commented 9 years ago

@mgenev do you have any updates on this issue? Actually I'm really not sure that the add-on causes this problem for you, because the add-on provides just input field. The problem might be somewhere in your custom CSS.

You could take a look at demo page. It uses Bootstrap CSS and the add-on, and everything seems fine.