Browse Source
Merge pull request #9265 from AvaloniaUI/wasm-fixes
fix distortion on mobile chrome browser.
pull/9274/head
Dan Walmsley
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/Web/Avalonia.Web/webapp/modules/avalonia/dom.ts
|
|
|
@ -19,7 +19,6 @@ export class AvaloniaDOM { |
|
|
|
canvas.classList.add("avalonia-canvas"); |
|
|
|
canvas.style.backgroundColor = "#ccc"; |
|
|
|
canvas.style.width = "100%"; |
|
|
|
canvas.style.height = "100%"; |
|
|
|
canvas.style.position = "absolute"; |
|
|
|
|
|
|
|
// Native controls host
|
|
|
|
|