I am embarking on my first project using Polymer. I have implemented core-pages
to facilitate navigation between different pages. However, I am facing an issue where the pages are not displaying with a white background-color
as intended in the css.
You can access the project here:
The challenge lies in the fact that the height of core-pages
and my custom element modules-list
is not fixed, as it varies with the content. What changes should I make to address this?