Преглед изворни кода

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

Enrico Berti пре 8 година
родитељ
комит
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;
+}

Неке датотеке нису приказане због велике количине промена