소스 검색

fix(ux): fixed issue with row menu gliding over header, or in realting extending outside it's bound and not getttin the menu background

Torkel Ödegaard 9 년 전
부모
커밋
4ab095b051
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      public/sass/components/_row.scss

+ 2 - 2
public/sass/components/_row.scss

@@ -120,10 +120,10 @@ $dash-row-menu-animation-speed: 0.20s;
   position: absolute;
   top: 0px;
   width: 138px;
-  height: 100%;
+  min-height: 100%;
   transform: translate(-131px, 0);
   transition: 0.1s ease-out 0.4s;
-  z-index: 100;
+  z-index: 99;
   display: flex;
   flex-direction: row;