소스 검색

HUE-5669 [responsive] Move search autocompletion to the front

Johan Ahlen 8 년 전
부모
커밋
cb5c5ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/static/desktop/css/responsive.css

+ 1 - 1
desktop/core/src/desktop/static/desktop/css/responsive.css

@@ -1051,6 +1051,6 @@ h6 {
   position: static;
 }
 
-.tooltip {
+.tooltip, .ui-autocomplete {
   z-index: 3000 !important;
 }