Explorar el Código

Merge pull request #85 from smiclea/CORWEB-109

Fix page Header's position in Wizard when page size is small CORWEB-109
Dorin Paslaru hace 8 años
padre
commit
54ed8384b4
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;
   height: 64px;
   position: absolute;
   position: absolute;
   width: 100%;
   width: 100%;
+  left: 0;
   top: 0;
   top: 0;
   z-index: 999;
   z-index: 999;
   .bannerTitle {
   .bannerTitle {