modal works but height is off

This commit is contained in:
Jesus Herman
2015-12-04 17:13:12 +01:00
parent 49d05e4355
commit 34b1f2c9c3
3 changed files with 53 additions and 15 deletions

View File

@@ -1,16 +1,18 @@
.toolbox-reset {
background: inherit;
color: inherit;
display: inherit;
/*font-family: inherit;*/
/*font-size: inherit;*/
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit;
background: inherit;
color: inherit;
display: inherit;
line-height: inherit;
margin: inherit;
padding: inherit;
-webkit-text-size-adjust: inherit;
-ms-text-size-adjust: inherit;
& .collapse {
display: block;
}
.collapse {
display: block;
}
.modal {
left: inherit;
}
}