-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component pop-up cut off for top-most elements #1361
Comments
@wsw70 I Created a vue2.x app via quasar, and using vue-devtools 5.3.4 also reproduce this issue. I found that there is no problem with the display of which looks like the style of the |
Thank you @ygj6 - I can open a bug with It is not in the display of the component, but just the dev-tools green window (with |
@wsw70 Sorry, it's my fault, after reading the source code, it should be controlled by |
Version
6.0.0-beta.6
Browser and OS info
Chrome 88 / Windows 10
Steps to reproduce
Create a basic app via quasar (https://quasar.dev/ →
quasar create testvue3 --branch next
), Inspect the page and select a top-most element.What is expected?
That the pop-up describing the component is complete
What is actually happening?
The pop-up is cut off by the edge of the browser
The text was updated successfully, but these errors were encountered: