So I should make a calculator today, a web calculator with JS on it, CSS and so on. I recently rewrote all the JS cries and rechecked some things. Now the calculator button is gone.
I wish the website had a calculator on the page that it used to have buttons for. Weirdly aligned, but still a button. But all I did was change a small part of the HTML code and now the button disappears.
Copy: https://replit.com/@MiguelBaltazar1/epicalculator
You need to set the "keys" class as a child element of the div element with the id "calculator". Below is the updated HTML that fixes the issue.