Bagaskara LA
Bagaskara LA
so how to change size in an easy way?
same here on version 3.10.7
my build size, soo large, what should i do?
> **Solution:** > Just add `wheelPropagation` option and set it to `false`. > > `const ps = new PerfectScrollbar(demo, { wheelPropagation: false });` wow thank, it fix unintended behavior when...
> I'm using panZoom with SVGs and I'm not seeing that. Click and hovertips are working. in touch devices?
same case here
i custom my multiselect to follow bootstrap 4 default style ``` // fix multiselect weird height when using a placeholder .multiselect__placeholder { display: inline-block !important; margin-bottom: 0px !important; padding-top: 0px...
how to solve this, i'm using modal and will trigger close if the dropdown is on the top of backdrop area
i'm also facing this issue, then i've resolved it. To call backend api, set this env `API_URL: http://backend.com`. then i use this setting: ```js axios: { proxy: true, prefix: '/api/'...