dgknca

Results 14 comments of dgknca

Hi. I just published a new release. But an element with `pointer-events: none;` shouldn't have any effect on its children if you re-enable pointer events. You should be able to...

I use `pointer-events: none` on `.sn-notifications-container`, it's just a grid to place the toasts and covers all viewport. Then I set `pointer-events: auto` on `.sn-notify` to re-enable pointer events. So...

> How do other meta-fws solve this problem? Can you point to examples? I wanted to have something like this: ```js // layout.tsx export default component$(() => { return (...

it works on the latest version.

> Why don't you try import scss in preview.js? [see](https://storybook.js.org/docs/react/configure/styling-and-css) isn't this? `import '!style-loader!css-loader!sass-loader!../main.scss';`

> It seems you don't have css-loader type `npm install -D css-loader sass sass-loader style-loader` Thanks @qkreltms ! I'll try it tomorrow.

thanks for info. I'll try to debug it too.