Hi, I’m new to React and UXP so you will see a few questions from me in this forum board
So… I have fiddled around to make a layout I want for my future plugin panel. As CSS grid is not available, I used a bit more complex structure of CSS flex. But there’s an issue with columns (just copy/paste JSFiddle code to sample UI playground plugin):
See boxes 3, 4 and 6. No matter what I try, I can’t make columns stretch from top to bottom of a row - they are always centered. Am I missing something? Since we have to use Flex instead of Grid and it makes DOM already more complex than necessary, I’d really love to avoid additional wrappers and relative/absolute positions.
Thank you