Ricky Zhang

Results 23 comments of Ricky Zhang

I really want this but it doesn't seem that the repo is maintained.

> Not sure why, but I cannot figure out how to set the z-index with the className. I tried it with a number an a string and neither did anything....

`isCapture` fixed it for me

happening to me as well, the result is the bottom of the tooltip is pointing 10px lower... https://github.com/wwayne/react-tooltip/blob/f08e999e814dc76ceb645bc11b0fc782800e38a9/src/decorators/styler.js#L38 you can use something like ``` &.place-top { margin-top: -6px !important; }...

I too was trying to use another decorator to achieve this, didn't have luck

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/urllib/request.py", line 1350, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/http/client.py", line 1240, in request self._send_request(method, url, body, headers, encode_chunked) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/http/client.py", line 1286,...

another downside of the current wrapper handling is that the classnames are trapped on the `` instead of transferred to the wrapper, so the styling is difficult - especially if...

On Mac, it's another story. Closing the app discards all terminals, but force quitting keeps them. I wish there was a setting to toggle between remembering them or not. I...