Skip to content

Commit

Permalink
fix draggable dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 6, 2024
1 parent 33883bd commit 8bf94b7
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 8bf94b7

Please sign in to comment.