Skip to content

Commit

Permalink
Merge pull request #3980 from akash70629/preview-book
Browse files Browse the repository at this point in the history
Fix : eBook Preview Alignment and Cropping Issue
  • Loading branch information
sailaja-adapa authored Oct 25, 2024
2 parents f0474f0 + 494be0e commit 559cca5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/html/freeBooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,19 @@
}

.modal-content {
/* position: relative; */
top: 10%;
position: absolute;
top: 50%;
left: 50%;
/* right: 10%; */
transform: translate(-50%, -50%);
background-color: #fff;
padding: 20px;
border: 2px solid #960d0d;
width: 80%;
height: 450px;
width: 90%;
height: 600px;
overflow: auto;

margin: 10px;

}

.modal-overlay {
Expand Down

0 comments on commit 559cca5

Please sign in to comment.