Browse Source

Merge pull request #11956 from ChantsovaEkaterina/bug/fix-dialog-container-style

Fixed dialog container content scrolling after Angular update
pull/11990/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
8bf008ff3e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      ui-ngx/src/styles.scss

3
ui-ngx/src/styles.scss

@ -1047,6 +1047,9 @@ pre.tb-highlight {
margin-bottom: 0;
padding: 8px;
}
.mdc-dialog__surface {
display: block;
}
}
}

Loading…
Cancel
Save