Closed andreldm closed 6 years ago
Not sure if and how to fix this in xfdekstop (4.13) itself, but since I could only reproduce this with Greybird, I found out that it's only necessary to add border-radius :0; to XfdesktopIconView.view .rubberband and glitch is gone.
border-radius :0;
XfdesktopIconView.view .rubberband
Not sure if and how to fix this in xfdekstop (4.13) itself, but since I could only reproduce this with Greybird, I found out that it's only necessary to add
border-radius :0;
toXfdesktopIconView.view .rubberband
and glitch is gone.