소스 검색

HUE-4418 [editor] Sessions tab doesn't display properly once the Settings is expanded

Enrico Berti 9 년 전
부모
커밋
4554c5a8a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -73,7 +73,7 @@ body {
   transition: all;
   -webkit-transition-duration: .3s;
   transition-duration: .3s;
-  z-index: 10;
+  z-index: 401;
   overflow-y: auto;
   padding: 10px 0;
   width: 380px;