Cool hack πŸ€– –– full-width retool canvas!

Update!

Since our CSS classes change often, I believe --retool-canvas-max-width: 10000px; (or any reasonably high number) should do the trick for now! Use with caution since again, our class names can change at any time, though we'll eventually add a setting for this in the UI :blush:

:root { --retool-canvas-max-width: 10000px; }
10 Likes