GitbookIO / styleguide

GitBook.com HTML/CSS Style Guide
http://styleguide.gitbook.com
Apache License 2.0
86 stars 23 forks source link

Add positions for Popover #47

Closed Soreine closed 7 years ago

Soreine commented 7 years ago

Added 6 positions to the existing top and bottom:

    'top',
    'top-right',
    'right',
    'bottom-right',
    'bottom',
    'bottom-left',
    'left',
    'top-left'

Still missing the arrows for left and right

popover-positions

Soreine commented 7 years ago
screen shot 2017-01-23 at 10 34 54 screen shot 2017-01-23 at 10 34 51
Soreine commented 7 years ago

I have noticed a weird animation for non bottom positions. The popover pop at the center, then goes up. But it was present before too, so...

popover-animation