It seems to be a "undershoot" appearing when I set the background-color on the GtkScrolledWindow.

Whith the following workaround, the undershoot hides again:

#myscrolledwindow {
        background-color: green;
}

#myscrolledwindow.undershoot {
        background: none;
}


But:
- what really is undershoot and overshoot ? I cannot find any
  documentation.
- why does it appears starting from GTK 3.18 when setting the
  background-color in the GtkScrolledWindow ?

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to