v0.1.4a - Updated css scrollbar
This commit is contained in:
parent
29e442bb51
commit
4b959d0444
|
@ -20,6 +20,19 @@
|
|||
overflow-y: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.swiper-slide-active .blog-slider__content::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
.swiper-slide-active .blog-slider__content::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.swiper-slide-active .blog-slider__content::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
||||
}
|
||||
</style>
|
||||
<body class="position-relative">
|
||||
<nav class="layer" id="layer">
|
||||
|
|
Loading…
Reference in New Issue