-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hello,
I am wondering if anyone else encountered the same issue.
After running npm i && npm run start
, a new browser window is opened with a form to create a new app. However, the fields (inputs and all UI buttons) are not responsive to user clicks. To enter for instance the name of the app, I have to use the keyboard Tab to navigate to the "application name" input field. I can then continue using the Tab to navigate to other fields. Even after creating the application, the UI is still not responsive to user clicks (ex: for creating models).
I suspect this may be related to the auto-generated main.css found in packages/client/src/assets/css/main.css. But I can't figure out what the issue is exactly in this file.
I've tested on Chrome and Safari browsers and the issue persists on both.
Any help/advise would be much appreciated!