mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
anchor poper to bottom left
This commit is contained in:
@@ -198,11 +198,15 @@ const ColumnEditor = (props: any) => {
|
||||
id={`id-${column.name}`}
|
||||
open={!!anchorEl}
|
||||
anchorEl={anchorEl}
|
||||
placement={"bottom-end"}
|
||||
transition
|
||||
>
|
||||
{({ TransitionProps }) => (
|
||||
<Fade {...TransitionProps} timeout={350}>
|
||||
<Paper className={classes.container}>
|
||||
<Paper
|
||||
className={classes.container}
|
||||
style={{ minWidth: column.width ? column.width - 20 : 200 }}
|
||||
>
|
||||
<Grid container direction="column">
|
||||
{/*
|
||||
// TODO: functional flags
|
||||
|
||||
Reference in New Issue
Block a user