diff options
author | 2020-01-27 19:10:41 +0000 | |
---|---|---|
committer | 2020-01-27 19:10:41 +0000 | |
commit | ae5156453ebf0c8c81c5aa2f791bb527dbf344ad (patch) | |
tree | 595da72e11ad39a2fbea2e72a0abf16c9efd1b90 /vid-webpack-master/src/styles.scss | |
parent | 79a8f61035752620b50a0fb42d98361f21962cd9 (diff) | |
parent | 3f216a5ba38d70c193256f05c634093da9599984 (diff) |
Merge "When feature toggle is active then SDNC preload files is enable."
Diffstat (limited to 'vid-webpack-master/src/styles.scss')
-rw-r--r-- | vid-webpack-master/src/styles.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vid-webpack-master/src/styles.scss b/vid-webpack-master/src/styles.scss index f170f35f5..1d332ed63 100644 --- a/vid-webpack-master/src/styles.scss +++ b/vid-webpack-master/src/styles.scss @@ -239,4 +239,6 @@ sdc-checkbox { display: none !important; } - +sdc-modal { + z-index: 10000 !important; +} |