web
web copied to clipboard
Add a scroll area to the Contents
I just added a div and styled it
.scroll {
height: 800px;
width: 100%;
max-width: 1000px;
overflow: auto;
overflow-x: hidden;
}
https://github.com/openmultiplayer/web/assets/92677767/bc03f0f6-2856-44b8-823e-8c9e594f63a8
It looks more organized. But it's not responsive.
I think, if the scrollbar were purple, it might look better.