Merge pull request #2699 from cmgustavo/bug/modals-05
Fix modals for large screen
This commit is contained in:
commit
5ca24317e2
1 changed files with 4 additions and 0 deletions
|
|
@ -550,6 +550,10 @@ a.pin-button:active {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal-modal.full {
|
||||||
|
top: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.reveal-modal {
|
.reveal-modal {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue