/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/src/components/app/app.scss
17 строк
360 B
Liam DeBeasi
fix(ios): contenteditable elements are now selectable on iOS (#22404)
30 окт 2020, 16:44
Не верифицирован
30 окт 2020, 16:44
023fb18
Код
Авторство
О чём код?
html.plt-mobile ion-app { user-select: none; } /** * This works around a WebKit issue * where user-select: none was causing * contenteditable to not be selectable, * even though inputs and textareas are selectable. */ html.plt-mobile ion-app [contenteditable] { user-select: text; } ion-app.force-statusbar-padding { --ion-safe-area-top: 20px; }