We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df4222 commit eb21a2aCopy full SHA for eb21a2a
readme.md
@@ -59,7 +59,7 @@ Use the `*-safe` utilities:
59
60
## Troubleshooting
61
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:
+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:
63
64
```css
65
@tailwind base;
@@ -75,7 +75,7 @@ The `h-screen-safe` and `min-h-screen-safe` may not work as expected on Google C
75
height: -webkit-fill-available;
76
}
77
78
- /* If you are using React, you should add it on the root div as well */
+ /* If using React, set height on the root div as well */
79
#root {
80
81
0 commit comments