Small blocks like the footer Powered by Drupal block. Image attached of Seven admin theme.
![]()
Could be fixed maybe changing the overflow:hidden css of the block?
| Comment | File | Size | Author |
|---|---|---|---|
| footer_screenshot_menu_hidden.jpg | 16.59 KB | corbacho |
Small blocks like the footer Powered by Drupal block. Image attached of Seven admin theme.
![]()
Could be fixed maybe changing the overflow:hidden css of the block?
| Comment | File | Size | Author |
|---|---|---|---|
| footer_screenshot_menu_hidden.jpg | 16.59 KB | corbacho |
Comments
Comment #1
corbacho commented.
Comment #2
bleen commentedI think that the only way to fix this is to use logic like this within the js:
on open block_context_menu{ parent_block.css('min-height', height of menu + 10px); }
on close block_context_menu{ parent_block.css('min-height', auto); }
Something like that ... anyone have any better ideas?
Comment #3
bleen commentedcomponent
Comment #4
bleen commentedactually ... in Bartik, if we remove the #footer .block { overflow:hidden; } then this problem is moot for this specific example. Is there a reason why we have that style?
For a more general solution we'd need to
Comment #5
watcha commentedSetting to closed duplicate. http://drupal.org/node/875132
Please reopen if the patch above doesn't meet any requirements.