Skip to content

Commit

Permalink
dropdown positioning tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Nov 20, 2023
1 parent 1531407 commit 721ce16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/saveImageControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SaveImageControl extends NavbarButton {
this.setState(false)
})

this.dropdown = new Dropdown(this.button.parentNode, { top:24, left:-33 })
this.dropdown = new Dropdown(this.button.parentNode, { top:24, left:-88 })

const items =
[
Expand Down

0 comments on commit 721ce16

Please sign in to comment.