/* The `react-native-web` recommended style reset (from the ToolA web build). */
html,
body {
  height: 100%;
}
body {
  overflow: hidden;
  margin: 0;
}
#root {
  display: flex;
  height: 100%;
  flex: 1;
}
