We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I add style element position:relative to option editor is falling down this my code
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/css/jquery.notebook.css"> <div class="page-wrap" style="position:relative">//add style position:relative <div class="my-editor">Your text here...</div> </div> <script type="text/javascript" src="/js/jquery/jquery.min.js"></script> <script type="text/javascript" src="/js/notebook/jquery.notebook.js"></script> <script> $(document).ready(function(){ $('.my-editor').notebook(); }); </script>
The text was updated successfully, but these errors were encountered:
I have the same issue, is there a workaround?
Sorry, something went wrong.
No branches or pull requests
When I add style element position:relative to option editor is falling down
this my code
The text was updated successfully, but these errors were encountered: