diff --git a/src/themes/ecommons/styles/_cul_custom.scss b/src/themes/ecommons/styles/_cul_custom.scss index 355aa378bab..f90c8e7a419 100644 --- a/src/themes/ecommons/styles/_cul_custom.scss +++ b/src/themes/ecommons/styles/_cul_custom.scss @@ -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; } diff --git a/src/themes/ecommons/styles/_global-styles.scss b/src/themes/ecommons/styles/_global-styles.scss index 62bf372c5b6..6838afe1e32 100644 --- a/src/themes/ecommons/styles/_global-styles.scss +++ b/src/themes/ecommons/styles/_global-styles.scss @@ -5,4 +5,9 @@ a { text-decoration: underline; -} \ No newline at end of file +} + +.modal-open { + overflow: visible !important; + overflow-x: hidden !important; +}