diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss index 1c544fe423..04efdf5976 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss @@ -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; + } } }