mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21480 from overleaf/ii-bs5-synctex-buttons
[web] BS5 synctex buttons cursor GitOrigin-RevId: a397571e6b2d934c96e6d4477b68e049158806e5
This commit is contained in:
parent
c531d55f29
commit
e1149e80b3
1 changed files with 5 additions and 0 deletions
|
@ -188,6 +188,11 @@ $editor-toggler-bg-dark-color: color.adjust(
|
|||
|
||||
// Ensure that SyncTex controls appear in front of PDF viewer controls and logs pane
|
||||
z-index: 12;
|
||||
|
||||
.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