When I resize the browser window, I want prevent the text on the left top from shifting. I have tried some tricks like get the pos and scroll to pos again after resizing, but it doesn’t appears right.
Any suggestions? Like maybe some css tricks?
When I resize the browser window, I want prevent the text on the left top from shifting. I have tried some tricks like get the pos and scroll to pos again after resizing, but it doesn’t appears right.
Any suggestions? Like maybe some css tricks?
Just fixed by scroll to the same pos in on-resize event handler, it works like magic.