Added styles to digi dialog root component to avoid scrolling
This commit is contained in:
@@ -57,6 +57,15 @@ dl {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
digi-ng-dialog {
|
||||||
|
position: fixed;
|
||||||
|
z-index: $msfa__z-index-backdrop;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.msfa {
|
.msfa {
|
||||||
&__a11y-sr-only {
|
&__a11y-sr-only {
|
||||||
@include msfa__a11y-sr-only;
|
@include msfa__a11y-sr-only;
|
||||||
|
|||||||
Reference in New Issue
Block a user