summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/app.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/src/app/app.component.css')
-rw-r--r--cds-ui/designer-client/src/app/app.component.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/app/app.component.css b/cds-ui/designer-client/src/app/app.component.css
index e69de29bb..9a0cd34c1 100644
--- a/cds-ui/designer-client/src/app/app.component.css
+++ b/cds-ui/designer-client/src/app/app.component.css
@@ -0,0 +1,9 @@
+.cdk-overlay-container {
+ position: none;
+ z-index: 0;
+}
+
+.cdk-overlay-backdrop {
+ position: none;
+ z-index: 0;
+} \ No newline at end of file