My CSS looks like this:
div.SOMECLASS { position: absolute; max-height: 300px height: auto; width: auto; overflow: auto; ... }
Often setting 100vw is the problem. Just remove it and your width will be 100%, which will be what you want anyways.
100vw