mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:32:17 +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({
|
controls.css({
|
||||||
position: "absolute"
|
position: "absolute"
|
||||||
right: state.east.size
|
right: state.east.size
|
||||||
"z-index": 10
|
"z-index": 3
|
||||||
})
|
})
|
||||||
|
|
||||||
resetOpenStates = () ->
|
resetOpenStates = () ->
|
||||||
|
|
Loading…
Reference in a new issue