Merge pull request #20300 from overleaf/mj-synctex-button-cursor

[web] Fix synctex buttons cursor

GitOrigin-RevId: 87fc77801fa1bf09652823225974567bee5cd2bc
This commit is contained in:
Mathias Jakobsen 2024-09-05 12:47:28 +01:00 committed by Copybot
parent 663e2304f6
commit abc1aff3a1

View file

@ -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;
}
}
}