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

Cannot scroll down to see all sql queries on the sql query pane #33

Open
theirishpenguin opened this issue Dec 15, 2010 · 1 comment
Open

Comments

@theirishpenguin
Copy link

Hi there,

Great work on this plugin! I did find that when I have, let's say, 50 sql queries going on in a page, there is no way for me to scroll down the page past the initial 10 or so queries that are displayed.

Here's a workaround. In your web browser such as Firefox, when viewing the page of sql queries select the browser menu option File->Save Page As. By saving the page to a html file you can then open it. It will look a bit ugly but all the queries will be there - and timings!

Would be nice to fix this.

Regards,
Declan

@lukemelia
Copy link
Contributor

Hey Declan,

Sounds like something we could probably solve with CSS. Can you try some things out with FireBug like setting the height of the div containing the SQL queries to 100% and adding an overflow:scroll declaration?

If that works, tweak the CSS file and create a pull request.

Cheers,
Luke

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

No branches or pull requests

2 participants