mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

Scrollbar bleeding with ModalPane #88

Open mcantrell opened 5 months ago

mcantrell commented 5 months ago

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;
}