Semantic-ui: Refresh modal position

Created on 10 Aug 2016  路  1Comment  路  Source: Semantic-Org/Semantic-UI

I add and remove to a modal and notice the position stays. Is it possible to run a command to recenter based on the height?

Should Post to Forum - See Readme Usage Question

Most helpful comment

Use the observeChanges option and it will keep track for you.

$('.my-element').modal({observeChanges: true});

NOTE: In future, please use the forums for asking questions.

>All comments

Use the observeChanges option and it will keep track for you.

$('.my-element').modal({observeChanges: true});

NOTE: In future, please use the forums for asking questions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hrstoyanov picture hrstoyanov  路  40Comments

DveMac picture DveMac  路  45Comments

simoncarbajal picture simoncarbajal  路  41Comments

ronnross picture ronnross  路  72Comments

ayurmedia picture ayurmedia  路  42Comments