Closed (works as designed)
Project:
IMCE
Version:
7.x-1.5
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 08:43 UTC
Updated:
19 Jan 2017 at 14:40 UTC
Jump to comment: Most recent
Comments
Comment #1
raincloud commentedIt was a problem with CSS. The problematic css rule was body {min-height: 100%} (it came from the theme)
Comment #2
inteja commentedThanks, this helped me.
Comment #3
Chasen commentedThis helped me as well, but for me it was
which I sometimes set during theme development when there's no content to get a more realistic view of the page structure.
Comment #4
scott_earnest commentedI needed to keep the min-height on the body, but added this to my CSS which fixed the issue:
body.imce{min-height:auto!important;}