Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • suprehn Friend
    #201146

    Hi, just wonder if its possible to make the popup-bubbles to float on the top of everything, right now the bubbles are cut in the corners if the pointers are in the end of an image (see attached image, the bubble on top and to the right), and i would like to float on top. I have tried to set a higher z-index, but that won’t work.

    Hope you get what I’m after.


    1. cut
    Saguaros Moderator
    #548791

    Hi @suprehn,

    Could you post your site’s URL here so that I can have a look?

    suprehn Friend
    #548822

    <em>@Saguaros 444892 wrote:</em><blockquote>Hi @suprehn,

    Could you post your site’s URL here so that I can have a look?</blockquote>

    I have sent the url in a PM to you @saguaros

    Saguaros Moderator
    #548963

    Hi suprehn,

    You can open file: modules/mod_jaimagehotspot/assets/css/style.css, at approx line 12:


    .jai-map-container {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9999999;
    }

    change it to:


    .jai-map-container {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: static;
    z-index: 9999999;
    }

    If your template has file to keep the custom css code, please add above css rule to that css file in template, this overridden will help to keep this change when you update module.

    Best

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum