Skip to content

Commit

Permalink
Fix css so diva viewer fills container
Browse files Browse the repository at this point in the history
  • Loading branch information
JRegimbal committed Jul 30, 2019
1 parent 6f37201 commit ff700ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ button:focus {
fill: #d00;
}


.diva-wrapper {
min-height: inherit;
height: 100%;
}

@keyframes spin {
0% {
Expand Down

0 comments on commit ff700ae

Please sign in to comment.