1
1
mirror of https://github.com/varkor/quiver.git synced 2024-10-26 07:09:37 +03:00

Fix issue with selecting text in export panel

This commit is contained in:
varkor 2020-02-27 17:41:55 +00:00
parent 5f57663a95
commit d6d4fe1674

View File

@ -20,11 +20,13 @@ body {
margin: 0;
overflow: hidden;
-webkit-user-select: none;
font-family: sans-serif;
}
body:not(.modal) {
-webkit-user-select: none;
}
/* Special elements */
.MathJax_SVG {