feat(personal): Added information regarding roles inside the dialog. (TV-498)

This commit is contained in:
Erik Tiekstra
2021-09-01 15:02:57 +02:00
parent b9f4f904d2
commit 91d7e93fea
2 changed files with 115 additions and 75 deletions

View File

@@ -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;