Skip to content

Commit

Permalink
fix pop up modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhasivam-ladybirdweb authored and sandesh556 committed Jan 7, 2025
1 parent bb439bc commit 103b572
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,6 @@
display: none;
}
.modal-dialog {
max-width:75% !important;
min-width: 75% !important;
}
@media only screen and (max-width: 600px) {
.modal-dialog {
max-width: 90% !important;
min-width: 90% !important;
width: 90% !important;
}
}
.modal-body {
overflow-y: auto; /* Enable vertical scrolling */
overflow-x: auto; /* Enable horizontal scrolling */
Expand Down Expand Up @@ -48,7 +35,7 @@

<!-- Modal Structure -->
<div class="modal fade" id="list" tabindex="-1" role="dialog">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-dialog modal-dialog-centered" role="document" style="max-width:75% !important;">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Product Versions</h5>
Expand Down

0 comments on commit 103b572

Please sign in to comment.