Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/views/index/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ body
color: $white
min-height: 700px

html
overflow: scroll
overflow-x: hidden

::-webkit-scrollbar
width: 0px
background: transparent

::-webkit-scrollbar-thumb
background: #FF0000

section .container
position: relative
Expand Down