In a layer I set, I added a marquee. However, when I reduce the web page to a certain size, the layout of the interface below will appear disordered, and the content in this layer will also be disordered accordingly, which is mentally retarded. Ask the wise, what is the reason for this? Is there any solution?
Set a minimum width: min-width
or width:expression (this.width>min-width?true:min-width);
Set a minimum width: min-width
or width:expression(this.width>min-width?true:min- width);
It’s worth a try and it should be possible