Skip to content

Commit

Permalink
fix(css): default background for server version
Browse files Browse the repository at this point in the history
Text files are rendered as code blocks.
Do not apply the prosemirror style to keep the background color.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and juliushaertl committed Jun 19, 2023
1 parent 36f99e4 commit ded66f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Reader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
<style lang="scss">
#read-only-editor {
@import './../../css/prosemirror';
overflow: scroll;
}
Expand Down

0 comments on commit ded66f8

Please sign in to comment.