Skip to content

Commit

Permalink
fix: Bring back direct editing scrolling and fix scrollbar color
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr authored and max-nextcloud committed Feb 27, 2023
1 parent 6cf6e56 commit d3b598b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/DirectEditing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,22 @@ export default {
</script>

<style lang="scss">
body {
position: fixed;
background-color: var(--color-main-background);
}
#content[class=app-public] {
margin: 0;
margin-top: 0;
}
</style>

<style scoped lang="scss">
body {
position: fixed;
}
#direct-editor {
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
overflow: auto;
&:deep(.text-editor) {
height: 100%;
Expand Down

0 comments on commit d3b598b

Please sign in to comment.