when we open the sort tab on index page and zoom a page by 150% or more the website is no more responsive website.
Please check the below image for more clarity on the issue .
@ankushbehl has expressed the will to work on this issue :)
That .dropdown-menu div just needs the extra class "dropdown-menu-right" added to that div, to make it alighn to the right, for example:
<div class="dropdown-menu dropdown-menu-right">
Fixed in #993