I've noticed that overflow-x is always on, which may make some applications with Ideogram not look so good. The solution to this, is to change overflow-x to auto here -> https://github.com/eweitz/ideogram/blob/master/src/js/init/write-container.js#L83. This way the user can still have the benefits of using overflow-x when it is necessary. I can make a PR for this if you like.
I've noticed that
overflow-x
is always on, which may make some applications with Ideogram not look so good. The solution to this, is to changeoverflow-x
toauto
here -> https://github.com/eweitz/ideogram/blob/master/src/js/init/write-container.js#L83. This way the user can still have the benefits of usingoverflow-x
when it is necessary. I can make a PR for this if you like.Example with
overflow-x
set toauto
:Example with current settings: