Skip to content

Commit 6e1c79c

Browse files
committed
Update safari-keyboard.js
1 parent 05827a4 commit 6e1c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/extensions/mobile-console/safari-keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class SafariKeyboard {
170170

171171
changeWrapperBottom(bottom) {
172172

173-
document.body.style.setProperty('--safari-keyboard-height', bottom + 'px');
173+
document.body.style.setProperty('--keyboard-height', bottom + 'px');
174174

175175
}
176176

0 commit comments

Comments
 (0)