Skip to content

Commit

Permalink
[ECOMMONS-1606] Third time is the charm. Initial file edited doesn't …
Browse files Browse the repository at this point in the history
…actually get loaded :D
  • Loading branch information
BrandonKowalski committed Jan 12, 2024
1 parent 5997eef commit 245f63f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/themes/ecommons/styles/_cul_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ a.dont-break-out {
border-bottom: 1px solid #eee;
}

.modal-open {
overflow: visible !important;
overflow-x: hidden !important;
}

.modal-dialog {
max-width: 1140px !important;
}
7 changes: 6 additions & 1 deletion src/themes/ecommons/styles/_global-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@

a {
text-decoration: underline;
}
}

.modal-open {
overflow: visible !important;
overflow-x: hidden !important;
}

0 comments on commit 245f63f

Please sign in to comment.