Skip to content

Commit

Permalink
Disable scroolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Mar 17, 2022
1 parent e8e521f commit 47103a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 13 additions & 1 deletion css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@ body {
padding: 0;
transition: margin 500ms, padding 500ms;
height: 100vh;
}
}

::-webkit-scrollbar {
display: none;
/*width: 0.7em;*/
/*background-color: transparent;*/
/*margin-right: 0.5em;*/
}

/*::-webkit-scrollbar-thumb {*/
/* background-color: darkgrey;*/
/* border-radius: 1em;*/
/*}*/
3 changes: 1 addition & 2 deletions css/content.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@


.content {
padding: 100px 0 0 0;
overflow-y: auto;
transition: margin 500ms, padding 500ms;
}

Expand Down

0 comments on commit 47103a7

Please sign in to comment.