GSA / datagov-wptheme

Data.gov WordPress Theme (obsolete)
https://www.data.gov
Other
1.88k stars 411 forks source link

ckan dataset page bug #679

Open rebeccawilliams opened 9 years ago

rebeccawilliams commented 9 years ago

Please close this if there's already an issue open for this, I've noticed this for awhile. The issue may come and go?

The CKAN left hand sidebar shows the org too low on the page.

For example the top of a dataset page:

screen shot 2015-10-05 at 10 42 29 pm

. . . and when you scroll down, oh there's the organization... . . . screen shot 2015-10-05 at 10 43 54 pm

kvuppala commented 9 years ago

@rebeccawilliams can you check if your browser setting is a bit zoomed out, i see that page is showing fine on my browser.

7050dcc4_o 1

rebeccawilliams commented 8 years ago

@kvuppala ah yes, I could replicate this with it zoomed out. Is there a way to adjust this, without adjustment smaller monitors cannot display the full page correctly with typical resolution set up.

ItsDavidThai commented 7 years ago

This bug appears when a browser is zoomed out around 75%-80%. It does not seem to appear to be based on the actual screen size. By adding a position:absolute to the aside.secondary class, you can zoom out without the div re-positioning.

data gov bugfix

I can make a pull request if that is okay with your team.