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
Hello @Shekharrajak,
I tried to solve this issue by using z-index. on clicking the edit button I am giving z-index to that container. Also, I gave some styling to the container. js << "\n document.getElementsByClassName('modal-dialog')[0].style.zIndex = '2';" js << "\n document.getElementsByClassName('modal-dialog')[0].style.height = '60%';" js << "\n document.getElementsByClassName('modal-dialog')[0].style.width = '60%';" js << "\n document.getElementsByClassName('modal-dialog')[0].style.overflow = 'scroll';"
In IRuby notebook charteditor dialog box appears behind the elements of the notebook like this:
Refer this comment.
The text was updated successfully, but these errors were encountered: