Skip to content

Commit

Permalink
fix: fixed arnog#2290. isolation is required for prompts to render co…
Browse files Browse the repository at this point in the history
…rrectly, but it can be on the content only
  • Loading branch information
arnog committed Feb 9, 2024
1 parent 570317c commit 8df6455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/mathfield.less
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
overflow: hidden;
padding: 2px 3px 2px 1px;
width: 100%;

/* Encourage the browser to use the GPU to render the field.
Weirdly, this is required for prompts to be rendered correctly.
*/
isolation: isolate;
}

.ML__virtual-keyboard-toggle,
Expand Down

0 comments on commit 8df6455

Please sign in to comment.