Commit cd6499b3f2b2ea66ef5c77770980d484cfcb4c34
Committed by
Antonio Terceiro
1 parent
07ec411f
Exists in
master
and in
29 other branches
Fixing broken layout of search result screen
(ActionItem1746)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -3760,6 +3760,7 @@ h1#agenda-title { | @@ -3760,6 +3760,7 @@ h1#agenda-title { | ||
3760 | border: 1px solid #2A5896; | 3760 | border: 1px solid #2A5896; |
3761 | padding: 10px 0px 10px 10px; | 3761 | padding: 10px 0px 10px 10px; |
3762 | height: 205px; | 3762 | height: 205px; |
3763 | + overflow: auto; | ||
3763 | position: relative; /* work-arround-bug fo MSIE */ | 3764 | position: relative; /* work-arround-bug fo MSIE */ |
3764 | } | 3765 | } |
3765 | 3766 |