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
{{ message }}
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
I was able to get modal editing working with some simple css
#thesis-editor {
z-index:2000!important;
}
However one problem I am having is that if, I make a content area that triggers the modal to open, I am unable to edit that content area without opening the modal.
Hey @praveenperera, I wonder if this workaround is sufficient for now. I'm not sure if it's worth trying to handle this case in Thesis itself. Thoughts?
I was able to get modal editing working with some simple css
However one problem I am having is that if, I make a content area that triggers the modal to open, I am unable to edit that content area without opening the modal.
My current hacky workaround with jQuery is:
The text was updated successfully, but these errors were encountered: