소스 검색

HUE-7499 [dashboard] Fix general typeahead positioning

Enrico Berti 8 년 전
부모
커밋
7d28f2a220

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 3 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -326,6 +326,9 @@
 
   .demi-modal {
     min-height: 80px;
+    .typeahead {
+      position: fixed;
+    }
   }
 
   .filter-box {
@@ -428,7 +431,6 @@
 
   .typeahead {
     z-index: 10000;
-    position: fixed;
   }
 
   .trigger-exclude {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.