Skip to content

Commit

Permalink
Merge pull request #231 from mrc-ide/mrc-5974
Browse files Browse the repository at this point in the history
fix draggable dialog
  • Loading branch information
M-Kusumgar authored Nov 14, 2024
2 parents c172b2f + 8bf94b7 commit ab2d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/src/components/help/DraggableDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default defineComponent({
.draggable-dialog {
background-color: white;
position: absolute;
position: fixed;
width: 60%;
height: 80%;
z-index: 9999;
Expand Down

0 comments on commit ab2d031

Please sign in to comment.