mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-22 02:04:31 +00:00
Merge pull request #20300 from overleaf/mj-synctex-button-cursor
[web] Fix synctex buttons cursor GitOrigin-RevId: 87fc77801fa1bf09652823225974567bee5cd2bc
This commit is contained in:
parent
663e2304f6
commit
abc1aff3a1
1 changed files with 5 additions and 2 deletions
|
@ -93,8 +93,11 @@
|
|||
margin: 0;
|
||||
// Ensure that SyncTex controls appear in front of PDF viewer controls and logs pane
|
||||
z-index: 12;
|
||||
// Override react-resizable-panels which sets a global * { cursor: ew-resize }
|
||||
cursor: pointer !important;
|
||||
|
||||
& .synctex-control .synctex-control-icon {
|
||||
// Override react-resizable-panels which sets a global * { cursor: ew-resize }
|
||||
cursor: pointer !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue