You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The modal showing the citations when using \cite is broken when using some themes, e.g. atom-material-ui (it looks like this atom-material/atom-material-ui#414).
I found that this is caused by the two classes overlay and from-top used for the select-list div. Since these clsases are already used in the parent atom-panel, it seems that they are not needed in this div. Without these classes the modal works fine with every theme.
I'm not sure if/when they changed this behaviour and if this is the right way to fix it. While it is broken in some themes, it works with others. So it could be an issue with the theme but this at least fixes it...
The text was updated successfully, but these errors were encountered:
@hendrikbl I'am glad that you found the error, or at least a quick fix. Unfortunately, I couldn't understand your explanation in atom-material-ui/#414 for how two fix the bug, i.e. which classes I have two delete in which files.
Could you give me a little more detail, so that I can fix it myself, until this issue is closed?
The modal showing the citations when using
\cite
is broken when using some themes, e.g.atom-material-ui
(it looks like this atom-material/atom-material-ui#414).I found that this is caused by the two classes
overlay
andfrom-top
used for theselect-list
div. Since these clsases are already used in the parentatom-panel
, it seems that they are not needed in this div. Without these classes the modal works fine with every theme.I'm not sure if/when they changed this behaviour and if this is the right way to fix it. While it is broken in some themes, it works with others. So it could be an issue with the theme but this at least fixes it...
The text was updated successfully, but these errors were encountered: