Skip to content

Commit

Permalink
fix: weird height of date input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmeichler committed Mar 8, 2024
1 parent 49f8648 commit dd85023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ a[href] {
}
}

.mat-input-element:after {
// Remove the weird height of date fields
content: none !important;
}

.cdk-global-scrollblock {
overflow-y: inherit;
}
Expand Down

0 comments on commit dd85023

Please sign in to comment.