Explorar el Código

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

Sergiu Miclea hace 8 años
padre
commit
d5fa463c60
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {