Daofeng Wu

Results 41 comments of Daofeng Wu

I'm afraid there's no option for that :( Can you just set the offscreen element to **absolute position** to make it out of normal flow? (Or simply `display: none` to...

I just unable to reproduced this issue. It is working well on IE11 (and even IE10 emulator) on my win10 VM.

It works with my trackpad on MacBook. But I don’t have any windows PC with touchpad so I am not able to test it myself 😢. It’s so weird that...

Iframe always behaves weird 😞. I'll keep an eye on this issue though I don't think it could be resolved.

Sorry I'm not familiar with rollup, can you provide more details about the error outputs?

That is so weird...can you just exclude `smooth-scrollbar` from rollup until I can figure out what's going on?

8.0.0 is now published with `pkg.module` field. Can you try it again and see whether the problem is resolved?

内凹的圆角也可以用 border 实现:http://codepen.io/idiotWu/pen/rOYjQm

@cssmagic 如果要只用一个伪元素,倒也可以用 `border-radius` + `clip/clip-path`,不过这样反而会带来别的一些问题。`radial-gradient()` 的实现思想受益匪浅:+1:

> when I'm try to type and the box shows up over the code Did you mean the popup stays in a fixed position which obscures the code while typing?...