feat(personal): Added information regarding roles inside the dialog. (TV-498)
This commit is contained in:
@@ -57,6 +57,12 @@ dl {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
// Fix issue with too long modal-content. This makes it scrollable.
|
||||
.digi-ng-dialog-base__content {
|
||||
max-height: 90vh;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.msfa {
|
||||
&__a11y-sr-only {
|
||||
@include msfa__a11y-sr-only;
|
||||
|
||||
Reference in New Issue
Block a user