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

Improve CCS of WebUI #3024

Closed
nicolargo opened this issue Nov 19, 2024 · 2 comments
Closed

Improve CCS of WebUI #3024

nicolargo opened this issue Nov 19, 2024 · 2 comments
Labels
Milestone

Comments

@nicolargo
Copy link
Owner

Disable scrolling:

.noscroll { 
  overflow: hidden;
}

Source: https://stackoverflow.com/questions/9280258/prevent-body-scrolling-but-allow-overlay-scrolling

Put time in bottom:

.bottom {
    position: absolute;
    bottom: 0px;
}

Source: https://www.geeksforgeeks.org/how-to-position-a-div-at-the-bottom-of-its-container-using-css/

@nicolargo nicolargo added this to the Glances 4.3.0 milestone Nov 19, 2024
@nicolargo
Copy link
Owner Author

nicolargo commented Nov 19, 2024

nicolargo added a commit that referenced this issue Nov 20, 2024
@nicolargo
Copy link
Owner Author

Merged into develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant