Question : How to make the scrollbar appear to the left?
The bottom line : There is an element that is always centered on the visible area through top , left (50%) and translate (-50%, -50%). But the element has a fixed width and height, respectively, when the size of the visible area is less than the area of the element, part of the element is hidden behind the left side of the browser window, and the scroll bar to the left does not appear.
How can I fix this?
Preferably without third-party js libraries, and indeed without js, if possible.