Skip to content
New issue

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

I found a bug ,When use in element position:relative #131

Open
Pakinwet opened this issue Jan 28, 2016 · 1 comment
Open

I found a bug ,When use in element position:relative #131

Pakinwet opened this issue Jan 28, 2016 · 1 comment

Comments

@Pakinwet
Copy link

When I add style element position:relative to option editor is falling down
this my code
screen shot 2559-01-28 at 3 16 08 pm

<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>
@jfdconsultants
Copy link

I have the same issue, is there a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants