|
|
@ -38,7 +38,7 @@
|
|
|
|
html,
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
min-height: 100vh;
|
|
|
|
min-height: 100vh;
|
|
|
|
overflow: auto;
|
|
|
|
overflow: initial;
|
|
|
|
scrollbar-color: #616161 #303030; //firefox
|
|
|
|
scrollbar-color: #616161 #303030; //firefox
|
|
|
|
scrollbar-width: thin; //firefox
|
|
|
|
scrollbar-width: thin; //firefox
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
@ -138,4 +138,4 @@ table {
|
|
|
|
|
|
|
|
|
|
|
|
::ng-deep .mat-form-field.mat-focused .mat-form-field-label {
|
|
|
|
::ng-deep .mat-form-field.mat-focused .mat-form-field-label {
|
|
|
|
color: $accent;
|
|
|
|
color: $accent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|