Add custom scrollbar

This commit is contained in:
Jeremy Zhang
2018-08-08 02:05:06 +00:00
parent cc2ea3d68b
commit e820587e15
4 changed files with 167 additions and 3 deletions

View File

@ -48,9 +48,19 @@ html {
}
}
body, #overall-main-content {
height: 100vh;
}
#overall-main-content {
overflow-y: hidden;
}
main {
overflow-y: scroll;
min-height: calc(100vh - 80px);
overflow-x: hidden;
height: 100%;
}
footer {
@ -172,7 +182,7 @@ nav .brand-logo {
padding-left: 1%;
padding-top: 1%;
padding-bottom: 40px;
margin-bottom: 13px;
margin-bottom: 90px;
word-wrap: break-word;
}