Our XPage application runs smoothly on all web browsers, including the internal notes browser. To cater to our diverse audience of both desktop and mobile users, we created a responsive layout using CSS media queries. However, we recently discovered that when it is accessed as a notes application, it does not respond to the media queries. The layout behaves as if there are no media queries in place (for example, displaying mobile-specific items on desktop). Do you have any suggestions on how to resolve this issue without resorting to removing the media queries entirely? Any help would be greatly appreciated. Thank you!