mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: stop preventing canvas pointerdown/tapend events (#3207)
This commit is contained in:
parent
edc62c550a
commit
e90e56452f
4 changed files with 36 additions and 26 deletions
|
@ -112,8 +112,7 @@
|
|||
Roboto, Helvetica, Arial, sans-serif;
|
||||
font-family: var(--ui-font);
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue