+ 3
JavaScript Calculator
https://codepen.io/JulyNight/pen/oERqLg Hey guys I'm finishing the code for the JSC with free code camp and need a bit of a hand 1 Numbers flow through the borders if many 2 Dots will keep printing if we strike the point key 3 For the iPad and smartphones the design of the page is twisted and choked Please help me out with these little bugs
2 Answers
+ 1
Add 'overflow-x: hidden' in class named 'display'. this will solve your first two problems. For third problem you should add media queries.
+ 1
Thx a lot!