mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +00:00
editor: fix iOS keyboard button position
This commit is contained in:
committed by
David Lechner
parent
fc695b5b88
commit
27b8b1e428
@@ -101,3 +101,9 @@
|
||||
z-index: bp.$pt-z-index-overlay;
|
||||
}
|
||||
}
|
||||
|
||||
// override iOS keyboard button position
|
||||
.monaco-editor .iPadShowKeyboard {
|
||||
right: unset !important;
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user