Merge pull request #3706 from cmgustavo/bug/ux-modals

Fix margin on modals
This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-05 17:20:23 -03:00
commit b16b111d03
2 changed files with 4 additions and 4 deletions

View file

@ -630,7 +630,7 @@ to prevent collapsing during animation*/
height: 100%;
width: 100%;
top: 45px;
padding-bottom: 33px;
padding-bottom: 50px;
-webkit-transform: translate3d(0,0,0);
background: #f6f7f9;
}