tests with scrollbars. may remove in future.

This commit is contained in:
Harrison Deng
2016-10-10 14:15:58 -05:00
parent bbe44122f6
commit 11a6047958
2 changed files with 27 additions and 12 deletions

View File

@@ -9,12 +9,27 @@
.sector {
background-position: center;
background-size: 50vh;
height: 100vh;
min-height: 100vh;
max-height: 100vh;
overflow: scroll;
}
.sector > .row {
color: grey;
/*scrolling things of amazingness*/
.sector::-webkit-scrollbar {
width: 8px;
}
.sector::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
border-radius: 6px;
}
.sector::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}
/*scrolling things of amazingness END*/
.yhd-title {
padding-top: 150px;
background-image: url(../../yhdassets/DSC_0003.JPG);