Skip to content

Commit

Permalink
Merge pull request #822 from nextcloud/bugfix/noid/viewer-scroll-area
Browse files Browse the repository at this point in the history
fix: Make sure collectives own scroll area is used for menubar stickyness
  • Loading branch information
mejo- authored Aug 9, 2023
2 parents 62ced0c + 21fe02b commit c75e288
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Collectives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ export default {
padding-bottom: 200px;
}
#titleform {
z-index: 10022;
}
#version-title, #titleform input[type='text'] {
font-size: 35px;
border: none;
Expand Down
2 changes: 0 additions & 2 deletions src/components/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ export default {

<style lang="scss" scoped>
#titleform {
z-index: 10022;
form {
flex: auto;
}
Expand Down
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 c75e288

Please sign in to comment.