You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2017/03/22 16:47:41 UTC

[jira] [Commented] (TOBAGO-1724) z-index for input-suggest lower than navbar z-index

    [ https://issues.apache.org/jira/browse/TOBAGO-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15936656#comment-15936656 ] 

Udo Schnurpfeil commented on TOBAGO-1724:
-----------------------------------------

Workaround: include a custom CSS behind the bootstrap.css 
{code}
.tt-menu {
  z-index: 1060;
}
{code}

> z-index for input-suggest lower than navbar z-index
> ---------------------------------------------------
>
>                 Key: TOBAGO-1724
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1724
>             Project: MyFaces Tobago
>          Issue Type: Bug
>    Affects Versions: 3.0.3
>            Reporter: Matthias Wronka
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 3.0.4, 3.1.0
>
>
> The z-index of the input-suggest-layer is lower than the z-index of the navbar. Therefore it is not rendered correctly.
> The z-index of the input-suggest-layer needs to be increased. Please keep in mind, that input-suggest should be usable in popups and other "z-indexed"-controls as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)