/* Global reset - overridden by App.css with NDE styling */ * { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; width: 100%; overflow-x: hidden; /* Prevent horizontal scroll */ } #root { height: 100%; width: 100%; }