Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Likely due to layout changes on YouTube's side, I had to change the CSS so that the overlay does is not partially on the seek bar. Specifically, I had to change to the following:
.ytp-arc-list { bottom: 5em }
This seems to match the other YouTube button menu overlays. Though they don't seem to use the bottom property at all. If you ever refactor, it might make sense to keep the existing classes and styling, and only add additional content to the styling.
For me, though, the above is sufficient.