lsqlabs / ngx-smart-popover

45 stars 27 forks source link

How to custom theme #97

Open ziqiangai opened 2 years ago

ziqiangai commented 2 years ago

I notice that the style is write in ~ngx-smart-popover/css/popover-content.component.css.

but sometimes we need custom the pop content's style.

thomasbottonari commented 2 years ago

You should be able to either override the styles or use the <popover-content> component. See the README for more details.

ziqiangai commented 2 years ago

the component's display attr is inline. It will take up some space.

and I found that I can not make cursor come in the component. it will disappear.