    /* src/index.css */
    html, body, #root {
        height: 100%;
        margin: 0;
        padding: 0;
        /* Ensures flexbox works as expected */
        display: flex; 
        flex-direction: column; 
      }
  
      /* Optional: Ensure TamaguiProvider stretches */
      #root > .tamagui-provider {
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      