Temp removal of scrollbar thingy
This commit is contained in:
parent
11a6047958
commit
8927384f6d
6
Dependencies/CSS/better.css
vendored
6
Dependencies/CSS/better.css
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user