Skip to content

Commit

Permalink
CRISTAL-321: The more actions content menu is too close to the edge
Browse files Browse the repository at this point in the history
- Fix for header misalignment when in edit mode on Firefox
  • Loading branch information
tkrieck committed Dec 12, 2024
1 parent 4d74d59 commit 8f27b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editors/tiptap/src/vue/c-edit-tiptap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ TODO: should be moved to a css specific to the empty line placeholder plugin.
top: 0;
background: var(--cr-color-header-bg);
z-index: 1;
& .doc-header-inner {
margin:0 auto;
}
}

.doc-title {
Expand Down

0 comments on commit 8f27b1c

Please sign in to comment.