Skip to content
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

Move link for "share" to top of profiling popup #458

Open
kikonen opened this issue Aug 26, 2020 · 1 comment
Open

Move link for "share" to top of profiling popup #458

kikonen opened this issue Aug 26, 2020 · 1 comment

Comments

@kikonen
Copy link

kikonen commented Aug 26, 2020

Currently if profiling result is long, then profiling popup goes occasionally out of the screen, and thus then seeing full picture is rather difficult.

This happens if there happens to be lot of partials, which trigger then lot of rows in table.

Would be thus better to ensure that getting into this "share" link would be always possible even if full result cannot fit into popup.

@kikonen
Copy link
Author

kikonen commented Aug 26, 2020

FIX

.profiler-popup {
  max-height: 70vh !important;
}

.profiler-output {
  overflow-y: auto;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants