web icon indicating copy to clipboard operation
web copied to clipboard

Add a scroll area to the Contents

Open adib-yg opened this issue 1 year ago • 1 comments

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.

adib-yg avatar Feb 29 '24 23:02 adib-yg

I think, if the scrollbar were purple, it might look better.

ulasbayraktar avatar Mar 13 '24 09:03 ulasbayraktar