We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--safe-area-inset-top
1 parent 230b4dc commit 0628334Copy full SHA for 0628334
1 file changed
src/styles/constants.css
@@ -60,21 +60,6 @@
60
}
61
62
63
-/**
64
- * Проверка на iOS.
65
- *
66
- * > Не стандартное св-во. Если так и не стандартизируют, то потребуется иначе определять платформу.
67
68
- * Ссылки:
69
- * - https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-touch-callout
70
- * - https://stackoverflow.com/questions/30102792/css-media-query-to-target-only-ios-devices
71
- */
72
-@supports (-webkit-touch-callout: none) {
73
- :root {
74
- --safe-area-inset-top: 20px;
75
- }
76
-}
77
-
78
@supports (padding-top: constant(safe-area-inset-top)) {
79
:root {
80
--safe-area-inset-top: constant(safe-area-inset-top);
0 commit comments