buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

colorpicker appearing at bottom of webpage BS 3.0.1 #34

Closed boxxxie closed 10 years ago

boxxxie commented 10 years ago

when i click on my input box the picker appears very far away and offscreen and the bottom of the page. in the screenshot my mouse clicked on the pink box. (setting background-color style to the color from the color picker)

screenshot from 2014-02-07 19 04 52

buberdds commented 10 years ago

It is some kind of a modal window? Check the colorpicker-fixed-position="true" attribute. I'll merge #27 next week, I think it will resolve your issue too.