Skip to content

Commit 4cf01e2

Browse files
committed
Fix scrolling of modal "rename" box
1 parent 3f6beb9 commit 4cf01e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

degust-frontend/degust-src/js/modal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<style scoped>
33
.modal {
44
position: fixed;
5+
overflow: auto;
56
}
67
</style>
78

0 commit comments

Comments
 (0)