adding scroll behaviour to presentation mode

This commit is contained in:
2020-04-19 14:57:58 +02:00
committed by smuddy
parent 8bc95552f2
commit cdd0bfec0c
10 changed files with 90 additions and 20 deletions

View File

@@ -33,6 +33,10 @@ h1, h2, h3, h4 {
margin: 0 0 20px 0;
}
.mat-form-field {
width: 100%;
}
.mat-form-field .mat-form-field-infix {
width: unset;
}