Skip to content

Commit

Permalink
fixes devhubapp#289 scrollbar in header secion
Browse files Browse the repository at this point in the history
  • Loading branch information
love-sonkar committed Aug 27, 2023
1 parent 6e31725 commit b0b9cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions landing/pages/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body {
-moz-osx-font-smoothing: grayscale;
}

#header::-webkit-scrollbar{
display:none;
}

.loaded, .loaded * {
transition: all 0.2s ease-out;
transition-property: background-color, border-color, color, opacity, top, bottom, left, right, width, height, margin, padding, transform;
Expand Down

0 comments on commit b0b9cd3

Please sign in to comment.