mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:23:35 +00:00
Set synctex controls z-index to the minimum working value.
This commit is contained in:
parent
e83c7dfe05
commit
3bdbe7e538
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ define [
|
|||
controls.css({
|
||||
position: "absolute"
|
||||
right: state.east.size
|
||||
"z-index": 10
|
||||
"z-index": 3
|
||||
})
|
||||
|
||||
resetOpenStates = () ->
|
||||
|
|
Loading…
Reference in a new issue