We're using -ms-filter (used to be filter) to create a transparent grey div covering the page while a modal popup is displayed. It works as expected on most pages, but a certain query returns a large amount of data, and the filter doesn't apply. If I change the other CSS attributes for width and height to 50% instead of 100%, the filter applies again....Is there any workaround for this?