From edf4fdda50962e95c4683cd71c6359819fb48d09 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:39:05 +0100 Subject: [PATCH] Merge pull request #26491 from overleaf/dp-move-synctex Move synctex controls lower to account for breadcrumbs in new editor GitOrigin-RevId: 78ae0f6f1eb1384b8b3014ba4d1a0565ed3fd452 --- .../web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss | 1 + 1 file changed, 1 insertion(+) 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 fca467fe76..8fe5ced008 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss @@ -66,6 +66,7 @@ $editor-toggler-bg-dark-color: color.adjust( background-color: var(--bg-primary-themed); border-radius: var(--border-radius-full); border: 1px solid var(--border-divider-themed); + top: 96px; } .synctex-control:not(.detach-synctex-control) {