Skip to content

Commit

Permalink
Release 0.7.1: Improve modal styling to avoid inconsistent styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aashwin-rvvup committed Nov 10, 2022
1 parent 494bb1c commit 842c3de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
}
.rvvup {
.modal-inner-wrap {
max-width: 60rem !important;
left: 0 !important; // overriding modal css
margin-left: auto !important; // overriding modal css

.modal-content {
width: 100% !important;
padding: 0;
overflow-y: hidden;
}
Expand Down

0 comments on commit 842c3de

Please sign in to comment.