Skip to content

Commit

Permalink
Fix scrool at mobile version
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Mar 21, 2024
1 parent 83de827 commit 3c40ff6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Components/PdfEditor/PdfEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<VuePdfEditor ref="vuePdfEditor"
width="100%"
height="100%"
class="vue-pdf-editor"
:show-choose-file-btn="false"
:show-customize-editor="false"
:show-line-size-select="false"
Expand Down Expand Up @@ -92,3 +93,9 @@ canvas {
border-bottom: 2px solid #eee;
}
</style>

<style lang="scss" scoped>
.vue-pdf-editor {
overflow: unset !important;
}
</style>

0 comments on commit 3c40ff6

Please sign in to comment.