mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-16 18:49:50 +00:00
Fix mobile fly-out
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user