-
AuthorPosts
-
September 8, 2014 at 9:15 am #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.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 10, 2014 at 7:08 am #548963Hi 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
AuthorPostsViewing 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
Make popup to float in top
Viewing 4 posts - 1 through 4 (of 4 total)