Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a scroll area to the Contents #925

Open
adib-yg opened this issue Feb 29, 2024 · 1 comment
Open

Add a scroll area to the Contents #925

adib-yg opened this issue Feb 29, 2024 · 1 comment
Labels
project:docs rip samp wiki type:suggestion kyeman does not read these

Comments

@adib-yg
Copy link
Member

adib-yg commented Feb 29, 2024

I just added a div and styled it

.scroll {
    height: 800px;
    width: 100%;
    max-width: 1000px;
    overflow: auto;
    overflow-x: hidden;
}
bandicam.2024-03-01.03-14-18-330.mp4

It looks more organized.
But it's not responsive.

@adib-yg adib-yg added project:docs rip samp wiki type:suggestion kyeman does not read these labels Feb 29, 2024
@ulasbayraktar
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:docs rip samp wiki type:suggestion kyeman does not read these
Projects
None yet
Development

No branches or pull requests

2 participants