Looking for some assistance with my angular code. I have it stored on GitHub here. It uses ngRoute, and the issue is that in page1.html loaded in ngView, an input element has its CSS set to 100% width but only fills about 70% or so instead.
Another problem arises when setting the main element width to 100%, causing the footer buttons to disappear as shown in image 2. Any insights into why this might be happening would be greatly appreciated. Thanks! https://i.sstatic.net/d7kIv.png
Here's a snippet of the CSS code used:
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
...
Included links refer to the specific HTML files where these issues are present. Feel free to take a look and offer any advice you may have.