mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 13:31:15 +02:00
Change drop location for dropdown menus (#4039)
This commit is contained in:
parent
efc7b01cf6
commit
87e12319e4
2 changed files with 2 additions and 2 deletions
|
|
@ -645,7 +645,7 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
|
|||
);
|
||||
|
||||
return (
|
||||
<Dropdown drop="up" className="d-inline-block">
|
||||
<Dropdown className="d-inline-block">
|
||||
<Dropdown.Toggle variant="secondary" className="mr-2">
|
||||
<FormattedMessage id="actions.scrape_with" />
|
||||
</Dropdown.Toggle>
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@ const TagPage: React.FC<IProps> = ({ tag, tabKey }) => {
|
|||
|
||||
function renderMergeButton() {
|
||||
return (
|
||||
<Dropdown drop="up">
|
||||
<Dropdown>
|
||||
<Dropdown.Toggle variant="secondary">
|
||||
<FormattedMessage id="actions.merge" />
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue