Skip to content

Commit

Permalink
firefox rendering fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiAdrian committed Mar 27, 2024
1 parent 2065a4e commit f9d50fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,16 @@ sbb-loading-indicator {
zoom: 1.5;
}
}


// firefox fix
::ng-deep input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

::ng-deep
input[type=number] {
-moz-appearance: textfield;
}

0 comments on commit f9d50fe

Please sign in to comment.