Skip to content

Commit

Permalink
Merge pull request #2564 from LibreSign/backport/2563/stable28
Browse files Browse the repository at this point in the history
[stable28] Fix scrool at mobile version
  • Loading branch information
vitormattos authored Mar 21, 2024
2 parents 83de827 + 3c40ff6 commit 00ebf6f
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 00ebf6f

Please sign in to comment.