Results 280 comments of ADTC

@lwouis this will work as a Band-Aid for the Zoom window problem as well!

+1 on max-width for me also. Or somehow make it more sensible than just the "width based on ergonomic field-of-view". And, "Titles" mode should have option to have 2 or...

I don't know how, but try to find a way to override the [overscroll-behavior](https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior). Pretty sure some digging in Dev Tools should point you in the right direction.

@gep13 I'm not sure if remembering user's chosen size and position would help with the size and position on the first run (before the user has ever gotten a chance...

LOL, coincidentally I just discovered this by a sheer accident of the mouse. I had not thought of dragging the title bar of the pane. I should probably RTFM more....

This seems very niche. Haha. The purpose is just for sending anonymized screenshots, in bug reports? It might be easier to do what Google does. Take a screenshot, then let...

Looks like `focus-visible:ring-ring` is wrong. Did you mean `focus-visible:ring`? If you change it to the above or remove it, everything else works correctly in my non-cheatsheet version: https://tailwind-to-css-three.vercel.app/ `w-full focus-visible:outline-none...

I've enhanced my version now to report any unrecognized classes, so for your original input, you'll now get an output like this: ```css .focus-visible:ring-ring { /* Custom classes not found...

I made a version that does this: https://tailwind-to-css-three.vercel.app/ It has completely eliminated the need for the cheatsheet by simply using Tailwind itself to generate the CSS. It seems to work...