Fix modals for large screen

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-11 15:15:55 -03:00
commit 2111d0a303

View file

@ -550,6 +550,10 @@ a.pin-button:active {
display: none !important;
}
.reveal-modal.full {
top: 0 !important;
}
.reveal-modal {
padding: 0;
border: none;