tooltip

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1066017
    Edwin
    Participant

    Hello-

    In my month view, when viewing the tooltips in the top row, the information is covered by my sites header. This only applies to the top row. Is there a way to fix this? Thank you!

    #1066388
    Nico
    Member

    Hi there Edwin,

    Thanks for reaching out to us! I guess this can be fixed with the CSS property z-index. Can you share a link to your site so I can take a look?

    Best,
    Nico

    #1067304
    Edwin
    Participant

    This reply is private.

    #1067822
    Nico
    Member

    This reply is private.

    #1067933
    Edwin
    Participant

    This reply is private.

    #1068469
    Nico
    Member

    Hey Edwin,

    Thanks for setting that up! Weel it looks like that the <header> has a higher z-index than the #main-content element which also has the overflow property set to hidden. All that said the snippet to fix this is:

    #main-content{
    overflow: visible!important;
    z-index: 1000!important;
    }

    Add that code to your theme (or child theme stylesheet) or via Simple Custom CSS plugin and it should do the trick.

    Please let me know if you need anything else,
    Have a great weekend,
    Nico

    #1068500
    Edwin
    Participant

    Thank you, Nico. My CSS was so close – I forgot the overflow:visible. Anyway, fantastic. Enjoy your weekend.

    Edwin

    #1069174
    Nico
    Member

    Glad to be of service Edwin 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘tooltip’ is closed to new replies.