Open tripu opened 7 years ago
On widgets that list elements and where vertical scroll bars appear, the pointer doesn't seem to affect the bottom area; eg, I can't click the last one or two items in the list.
It's a side-effect of fixing #10 in #28.
In particular, the padding-top of .widget-containers is partly obscuring the clickable area of the element above.
padding-top
.widget-container
On widgets that list elements and where vertical scroll bars appear, the pointer doesn't seem to affect the bottom area; eg, I can't click the last one or two items in the list.