Active
Project:
Views Accordion
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 18:23 UTC
Updated:
17 Aug 2013 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
kevinfunkI'm having the same issue. Any news?
Comment #2
ranwangran commentedCount me in!
The window just bounce from the foot, I want it drop down every time from the title, so users can continue to read
Thanks
Comment #3
ecoluke commentedI had this on my site and it was caused by an inline style on a #region-content div which contained the accordion:
When the accordions are opened that set pixel height value was not changing for me (unless I manually resized the window). This caused the accordions to expand out below the footer.
So I set a CSS rule of "height:inherit !important" on that region-content div and the problem was fixed for me.
Comment #4
technikh commentedawesome. thanks ecoluke
height:inherit !importantworked for me