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

Scrollbar bleeding with ModalPane #88

Open
mcantrell opened this issue Mar 19, 2024 · 0 comments
Open

Scrollbar bleeding with ModalPane #88

mcantrell opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request styles

Comments

@mcantrell
Copy link

The opacity settings for the scrollbars can cause some unwanted bleeding in the modal panels.

image

Potential fix:

.modal-pane .scroll-bar {
    -fx-opacity: 1.0;
}
@mkpaz mkpaz added enhancement New feature or request styles labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request styles
Projects
None yet
Development

No branches or pull requests

2 participants