James Akinniranye
James Akinniranye
Consider the scenario in the image below  Yes the elements are pushed down, but for a user it would make sense if the "Payment Information" heading is in the...
Thanks @hand-dot for the response. Yes I’m aware I can adjust the height, use margins, etc to get the element to the second page, but I think that’s not an...
I had the same problem, was able to fix it using this tsconfig ```json { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "commonjs", "skipLibCheck": true, /*...