Skip to content

Commit eb21a2a

Browse files
authored
Update readme.md
1 parent 8df4222 commit eb21a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Use the `*-safe` utilities:
5959

6060
## Troubleshooting
6161

62-
The `h-screen-safe` and `min-h-screen-safe` may not work as expected on Google Chrome. Add `height: -webkit-fill-available` on parent nodes:
62+
The `h-screen-safe` and `min-h-screen-safe` utilities may not work as expected on Google Chrome. Add `height: -webkit-fill-available` on parent nodes:
6363

6464
```css
6565
@tailwind base;
@@ -75,7 +75,7 @@ The `h-screen-safe` and `min-h-screen-safe` may not work as expected on Google C
7575
height: -webkit-fill-available;
7676
}
7777

78-
/* If you are using React, you should add it on the root div as well */
78+
/* If using React, set height on the root div as well */
7979
#root {
8080
height: -webkit-fill-available;
8181
}

0 commit comments

Comments
 (0)