Skip to content

Commit

Permalink
[ECOMMONS-1606] Potential fix attempt #2... added CSS !important to o…
Browse files Browse the repository at this point in the history
…verride rule
  • Loading branch information
BrandonKowalski committed Jan 12, 2024
1 parent 6fca9a7 commit 5997eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/ecommons/styles/_cul_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ a.dont-break-out {
}

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

.modal-dialog {
Expand Down

0 comments on commit 5997eef

Please sign in to comment.