Problem with popup search window on IE11

Hi!

With IE11 if I want to agregate an account to a contact when I scrool down to see the results in the search popup window, the list overlaps the search fields.

With Chrome it doesn’t happen but my enterprise force the common users to use only IE (!)

I wanted to attach the printscreen but the “Add File” bellow does nothing!

Thanks,
aps

I remove the compatibility mode and it works fine. But there are another apps that need that…
It’s allways IE problems :angry:

OK, the solution for IE in compatibility mode was modifying include/MVC/View/SugarView.php

Before line 947 I wrote the meta http-equiv:

echo ‘’;
echo ‘jscal_today = 1000*’ .

It’s true that it apears again on the source code of the window but it must be before the javascript to work.