Просмотр исходного кода

HUE-6470 [core] Adjust the z-index of the custom banner so the result table doesn't overlap

Enrico Berti 8 лет назад
Родитель
Сommit
614805620b

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 5 - 0
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -888,3 +888,8 @@ a:visited {
 #clearNotificationHistoryModal {
   z-index: 10000;
 }
+
+.banner {
+  position: relative;
+  z-index: 1010;
+}

Некоторые файлы не были показаны из-за большого количества измененных файлов