• Hi there’s a css issue in file uamAdmin.css.
    The class .tooltip go in contrast with Foundation 5.
    It’s better to put the parent class because have the same class of Foundation or i think also Bootstrap with !important.

    Thank you

    .uam_access .tooltip, .uam_group_selection .tooltip {
    z-index:1000;
    display:none;
    min-width:200px;
    color:#000 !important;
    background-color:#F9F9F9 !important;
    padding:4px 8px !important;
    border:1px solid #DFDFDF !important;
    position: absolute;
    }

    https://wordpress.org/plugins/user-access-manager/

  • The topic ‘CSS Issue’ is closed to new replies.