Affects: Web Console
Where found: Import .env file dialog
Priority: Low
Fix complexity: Low
Hi guys,
I wanted to import a .env
file. As I had some empty lines, format errors where shown. This made the dialog content too big. At first I did not see the save button at all – then I zoomed out and saw it.
The dialog content itself was not scrollable.
Potential fix for the dialog:
max-height: 100vh;
overflow-y: auto | scroll;
Best,
Pierre