On 4/23/13 12:01 PM, qznc wrote:
On Monday, 22 April 2013 at 15:57:28 UTC, Andrei Alexandrescu wrote:
We have a bit of trouble with the Twitter widget on Chrome, at
http://dconf.org/talks/lucarella.html. The widget is chopped at the
bottom.
Is there a simple fix for this?
The <div class="page_right equal"> element has a hard-coded height
(643px). Removing that inline styling it works for me.
Thanks, confirmed (comes to 641px in my browser). Problem is that
constraint seems to be generated dynamically.
Andrei