Skip to content

Commit

Permalink
Merge pull request VitorCarvalho67#94 from VitorCarvalho67/dev
Browse files Browse the repository at this point in the history
Remove scrollbar
  • Loading branch information
VitorCarvalho67 authored Nov 2, 2024
2 parents 494c8dd + c82b72a commit e970e36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client/src/scss/pages/shared/_pesquisa.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@
max-height: 100%;
overflow-y: auto;

&::-webkit-scrollbar {
width: 0px;
}

&::-webkit-scrollbar-track {
background: transparent;
}

&::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
border-radius: 10px;
}

scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0) transparent;

@include m-screen(1400px) {
@include flex(column, flex-start, center);
padding: 50px 0px 0px 0px;
Expand Down

0 comments on commit e970e36

Please sign in to comment.