Forbid math overlay selection (#1768)

This commit is contained in:
Felix Häusler 2019-12-01 17:51:27 +01:00 committed by GitHub
parent f0e548d7e0
commit eb5f265f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ mark {
line-height: 1.2;
}
mark::before,
mark::before,
mark::after {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
@ -267,6 +267,7 @@ span.ag-math {
position: absolute;
top: 100%;
left: 0;
user-select: none;
z-index: 1;
}