Calculator - Overflow Issue

Hi Friends!

I only have one tiny issue with my calculator (that I’m aware of) and I’d appreciate your advice:

When I use the css:

overflow: scroll;

for the calculator’s display, the background for the display scrolls to the left and we are left with the background color of the div behind the display while scrolling.

Here’s the url, so you can see the issue.

Let me know if you want more of the script or if this is unclear.

Instead of setting the background color and border on child with the id of display, set it on the parent with the class of Display container.

You. Are. A. Wizard! Thanks!