tests with scrollbars. may remove in future.
This commit is contained in:
21
Dependencies/CSS/better.css
vendored
21
Dependencies/CSS/better.css
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user