Set synctex controls z-index to the minimum working value.

This commit is contained in:
Paulo Reis 2017-02-24 14:36:08 +00:00
parent e83c7dfe05
commit 3bdbe7e538

View file

@ -55,7 +55,7 @@ define [
controls.css({ controls.css({
position: "absolute" position: "absolute"
right: state.east.size right: state.east.size
"z-index": 10 "z-index": 3
}) })
resetOpenStates = () -> resetOpenStates = () ->