Skip to content

Commit

Permalink
fix(Wrapper): Avoid absolute positioning
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jan 27, 2023
1 parent 6fe2b86 commit 596ad41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Editor/Wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export default {
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;

&.show-color-annotations:deep(.author-annotation) {
padding-top: 2px;
Expand Down

0 comments on commit 596ad41

Please sign in to comment.