Merge branch 'release/17.2' into dev

This commit is contained in:
OpenProject Actions CI
2026-03-14 04:16:41 +00:00
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -94,7 +94,6 @@ apt-get purge -yq --auto-remove \
# curl/wget are only needed during installation in this stage.
apt-get purge -yq --auto-remove \
curl \
wget
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
@@ -94,7 +94,7 @@ opce-ckeditor-augmented-textarea .op-ckeditor--attachments
.document-editor__toolbar
position: sticky
top: 0
z-index: 2
z-index: 3
// Reset these styles explicitly when the editor is opened inside a Dialog, as position: sticky opens a separate stacking context.
// In case the dialog has multiple editors below each other, these different context interfere and the paragraph dropdown of an editor will be behind the editor below it.