chinchang/hint.css

Have more position options

chinchang opened this issue · 3 comments

Some positions like right-bottom are not possible right now. More examples can be seen here -

http://github.hubspot.com/tooltip/docs/welcome/

Actually, they are there, just not well-documented. The following are in the hint-position.scss file and work as expected:

  • top-left
  • top-right
  • bottom-left
  • bottom-right

See here: https://github.com/chinchang/hint.css/blob/master/src/hint-position.scss#L111-L139

Ha! But you're the OWNER. So I'm confused. I guess you mean more like: left-middle and right-middle or top-center, etc?

@mathetos 😄 Yes. If you see here -> http://github.hubspot.com/tooltip/docs/welcome/, the extreme aligned ones are not possible yet.