Skip to content

Commit

Permalink
fix: dialog height
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <[email protected]>
  • Loading branch information
jillro committed Apr 9, 2024
1 parent 0730b1c commit fca88db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ActionDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ watch(show, (value) => {
position: fixed;
top: 0;
left: 0;
height: 100vh;
height: 100%;
width: 100vw;
border: none;
z-index: var(--z-index-dropdown);
Expand Down

0 comments on commit fca88db

Please sign in to comment.