소스 검색

Fix page Header's position in Wizard when page size is small

Sergiu Miclea 8 년 전
부모
커밋
d5fa463c60
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Header/Header.scss

+ 1 - 0
src/components/Header/Header.scss

@@ -25,6 +25,7 @@ $brand-color: #FFF;
   height: 64px;
   position: absolute;
   width: 100%;
+  left: 0;
   top: 0;
   z-index: 999;
   .bannerTitle {