From 245f63f424ca9e608cec493f0e089d32636f98f6 Mon Sep 17 00:00:00 2001 From: "Brandon T. Kowalski" Date: Fri, 12 Jan 2024 15:35:26 -0500 Subject: [PATCH] [ECOMMONS-1606] Third time is the charm. Initial file edited doesn't actually get loaded :D --- src/themes/ecommons/styles/_cul_custom.scss | 5 ----- src/themes/ecommons/styles/_global-styles.scss | 7 ++++++- 2 files changed, 6 insertions(+), 6 deletions(-) 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; +}