How can I resize area as much as red arrow remains?
<style> .retool-canvas { max-width: none !important; } </style>
css is not working
How can I resize area as much as red arrow remains?
<style> .retool-canvas { max-width: none !important; } </style>
css is not working
Hey @finn – looks like you found: Cool hack 🤖 –– full-width retool canvas!. Where are you putting your CSS? We don't support it in the new text component, so you'll need to add it via three dots --> Scripts and styles --> CSS.
Hi @finn! Stepping in for Justin here.
It seems to be working for me! In order to actually see the difference, check it out in Preview mode or just hide all the panels from Edit mode 😊
Let me know if that works for you!
this worked for me: add this code in Scripts and styles --> CSS
:root {
--retool-canvas-max-width: none !important;
}