The width of the dev tools sidebar is too large
Describe the bug
The width of the dev tools sidebar is too big. It occupies almost half the window. Please see the screenshot.
Steps to Reproduce
pip install rio-ui # rio-ui 0.11.1 rio new --template "Dashboard" # type in hello-rio as project name, and choose 1. Website cd hello-rio/ pip install -r requirements.txt rio run
Screenshots/Videos
Operating System
No response
What browsers are you seeing the problem on?
No response
Browser version
No response
What device are you using?
No response
Additional context
No response
This is usually happens because a browser addon inserted something into the DOM. Please press Ctrl+S, save the website as HTML, and upload it for us.
This is usually happens because a browser addon inserted something into the DOM. Please press Ctrl+S, save the website as HTML, and upload it for us.
Here are the saved HTML files.
Thanks. I can see it's caused by the Grammarly extension, but I'm having a bit of a hard time reproducing your issue. In the HTML you uploaded, Grammarly created an extra HTML element inside the <body>, but in my browser the element is next to to the <body> instead. So, a few questions:
- Is this the extension you're using?
- What's your browser?
Thanks. I can see it's caused by the Grammarly extension, but I'm having a bit of a hard time reproducing your issue. In the HTML you uploaded, Grammarly created an extra HTML element inside the
<body>, but in my browser the element is next to to the<body>instead. So, a few questions:
- Is this the extension you're using?
- What's your browser?
Yes, I'm using this Grammarly extension in Microsoft Edge 139.0.3405.86 (64-bit).