Open ziqiangai opened 2 years ago
I notice that the style is write in ~ngx-smart-popover/css/popover-content.component.css.
~ngx-smart-popover/css/popover-content.component.css
but sometimes we need custom the pop content's style.
You should be able to either override the styles or use the <popover-content> component. See the README for more details.
<popover-content>
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.
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.