Skip to content

Commit

Permalink
fix: Make sure collectives own scroll area is used for menubar sticky…
Browse files Browse the repository at this point in the history
…ness

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliushaertl authored and mejo- committed Aug 9, 2023
1 parent 62ced0c commit 9503520
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Page/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ export default {
</script>

<style lang="scss">
[data-text-el='editor-container'] {
overflow: initial !important;
}
[data-text-el='editor-container'] .document-status {
max-width: 670px;
padding: 0 2px;
Expand Down

0 comments on commit 9503520

Please sign in to comment.