Ya-Fan Chen

Results 17 comments of Ya-Fan Chen

@zoltanszogyenyi @shinokada @stri8ed Here's the fix using CSS: ```css [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > [data-popper-arrow]:after { border-width: 0 1px 1px 0; } [data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > [data-popper-arrow]:after { border-width: 0 0...

I have exactly the same problem with "multiple" selection and `closeOnSelect: false`. A workaround could be to close and reopen with the same scroll position, but I have not been...

I have also found this problem and I'm surprised that I found a solution for that, right in the document https://blueswen.github.io/mkdocs-glightbox/gallery/gallery/ So instead of ``` ![Image title](https://dummyimage.com/600x400/f5f5f5/aaaaaa#only-light) ![Image title](https://dummyimage.com/600x400/21222c/d5d7e2#only-dark) ......

I have came up a temporary fix for this issue : For Popover: https://github.com/Lexachoc/flowbite/blob/374890fcf3bdc1bba29d12e966f3dea262ee5d58/src/components/popover/index.ts#L123C1-L127C21 ```diff this._hideHandler = () => { setTimeout(() => { if (!this._targetEl.matches(':hover')) { this.hide(); } }, 100);...

@willhuang1997 Hi there, good demo app! I wonder if the full screen button in the upper right corner is the Streamlit feature or your customization for Plotly? ![image](https://github.com/plotly/plotly.js/assets/20377719/f7155622-8a6a-4aaa-9dc9-00c68b3fd721) BTW, I...

I end up with a hard code with the color code from here: https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/_plotly_utils/colors/qualitative.py see the render effect for all color sequences here: https://plotly.com/python/discrete-color/#color-sequences-in-plotly-express

@MaxR522 The [Multiple options](https://flowbite.com/docs/forms/select/#multiple-options) works if you press `Ctrl` and click on the options individually or press `Shift` to select several options at once. The Select component is indeed not...

@MaxR522 maybe you can reopen this? Althouth the multiselect close event issue has been fixed (https://github.com/themesberg/flowbite-svelte/pull/1322#issue-2254875256), but the expected style you mentioned in this issue is not implemented yet, but...

I am new to material for MkDocs. The built-in search is good to use until I have a Markdown page with symbols and latex equations, as below: | Symbol |...

@squidfunk Thank you for your quick reply! I'm glad that it is already fixed and the new features is wonderful!