Code Monkey home page Code Monkey logo

Comments (3)

KingSora avatar KingSora commented on May 19, 2024

Good day!

Well the fix has to be the same as the fix for the sideNav. After your quick-notes-widget is loaded, you have to put it into the os-content element which is generated by the plugin.

Please make sure every selector is correct (try to change the selector from body > #quick-notes-widget to #quick-notes-widget). If this isn't working, check if the code which is initializing and attaching the quick-notes-widget to the body runs before this code:

var quicknotesElms = $('body > #quick-notes-widget');
var osContentElmQN = $(osBodyInstance.getElements().content);
osContentElmQN.append(quicknotesElms);

You maybe don't even need this part of the code, if you put the quick-notes-widget into the body element before the initialization of OverlayScrollbars. This assumes the element #quick-notes-widget won't be deleted or something and stays there constantly.

from overlayscrollbars.

realleoman avatar realleoman commented on May 19, 2024

Awesome dude! It worked as you suggested. My issue was that the floating element was loading at the very end of my page loading and even after the document.ready() (using a partial from rails) so for that reason I wasn't able to include it into the body.

Thanks again for your swift response and incredible attitude! Keep the good work!

from overlayscrollbars.

KingSora avatar KingSora commented on May 19, 2024

I am glad I could help you!

from overlayscrollbars.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.