I am currently facing an issue with a wrapper containing an iframe. The wrapper has dimensions of width=350px and height=450px, causing the iframe to inherit these dimensions.
The problem arises when I use bootstrap's utility classes such as hidden-xs, which are being applied even on desktop screens. Is there a solution to make these responsive styles apply based on window size rather than the iframe size? It is important to note that the CSS is loaded inside the iframe itself.
Despite trying a method suggested in this thread, I have been unsuccessful in resolving this issue. Any guidance or alternative approaches would be greatly appreciated.