We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0cb76 commit d0cac28Copy full SHA for d0cac28
src/backend/highlighter.js
@@ -3,7 +3,7 @@ import { inDoc } from '../util'
3
const overlay = document.createElement('div')
4
overlay.style.backgroundColor = 'rgba(104, 182, 255, 0.35)'
5
overlay.style.position = 'fixed'
6
-overlay.style.zIndex = '99999'
+overlay.style.zIndex = '99999999999999'
7
overlay.style.pointerEvents = 'none'
8
9
/**
0 commit comments