metaskills / less-rails

:-1: :train: Less.js For Rails

Home Page:http://github.com/metaskills/less-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can not calculate position correctly with svg element when use auto placement.

huanw415 opened this issue · comments

When I use auto placement with svg element, it can not calculate correct top and left automatically for me. The reason I found is that Chrome is deprecating offsetWidth and offsetHeight, but webui-popover still use this method to position the popover location. Could you update the plugin to adapt that?