Hi,
i’ve found the solution.
To fix the problem in Firefox i’ve added :
@-moz-document url-prefix() {
.fb_ltr { height: 220px !important; overflow-y: scroll !important; width:620px !important;
}
}
to show a vertical scrollbar and a fixed height.
Thanks