Skip to content

Commit 408d1a0

Browse files
Copilotrenemadsen
andcommitted
Fix modal backdrop to be semi-transparent instead of completely opaque
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 98754d8 commit 408d1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eform-client/src/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ ngx-material-timepicker-container {
504504
}
505505

506506
.cdk-overlay-backdrop {
507-
background-color: rgba(0, 0, 0, 1) !important;
507+
background-color: rgba(0, 0, 0, 0.32) !important;
508508
}
509509

510510

0 commit comments

Comments
 (0)