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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
ui-ngx/src/styles.scss
|
|
|
@ -1047,6 +1047,9 @@ pre.tb-highlight { |
|
|
|
margin-bottom: 0; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
.mdc-dialog__surface { |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|