Temp removal of scrollbar thingy

This commit is contained in:
Harrison Deng 2016-10-10 14:20:25 -05:00
parent 11a6047958
commit 8927384f6d

View File

@ -11,11 +11,11 @@
background-size: 50vh; background-size: 50vh;
min-height: 100vh; min-height: 100vh;
max-height: 100vh; max-height: 100vh;
overflow: scroll; /*overflow: scroll; */
} }
/*scrolling things of amazingness*/ /*scrolling things of amazingness*/
.sector::-webkit-scrollbar { /*.sector::-webkit-scrollbar {
width: 8px; width: 8px;
} }
@ -27,7 +27,7 @@
.sector::-webkit-scrollbar-thumb { .sector::-webkit-scrollbar-thumb {
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
} }*/
/*scrolling things of amazingness END*/ /*scrolling things of amazingness END*/
.yhd-title { .yhd-title {