Skip to content

Commit

Permalink
remove scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Dec 27, 2023
1 parent 5171910 commit a6faa5f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ body {
overflow-x: hidden;
}

html {
/* Hide scrollbar for Chrome, Safari and Opera */
&::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}

// TODO remove once style theme is properly done: Anleitung dafür: https://angularindepth.com/posts/1320/custom-theme-for-angular-material-components-series-part-1-create-a-theme
:root {
--color-grey-dark-1: #363C43;
Expand Down

0 comments on commit a6faa5f

Please sign in to comment.