Fix mobile fly-out

This commit is contained in:
Jason Miller
2020-12-09 12:20:55 -05:00
parent 81890e972b
commit a2fb7a38cd
3 changed files with 28 additions and 12 deletions

View File

@@ -370,7 +370,7 @@ export default class Output extends Component<Props, State> {
class={style.menu}
showing={hidden ? false : undefined}
anchor="right"
direction={mobileView ? 'down' : 'up'}
direction={mobileView ? ['down', 'left'] : 'up'}
toggle={
<button class={`${style.button} ${style.moreButton}`}>
<MoreIcon />