I'm having problems because:
The page can go up or down thanks to the vertical bar but the horizontal bar does not appear and is in "auto"
and I lose a lot of data from the page that if it gets smaller the window does not appear.
.wrapper {
height: 100%;
position: relative;
overflow-x: auto;
overflow-y: auto;