v0.1.4a - Updated css scrollbar

This commit is contained in:
Anders 2021-06-09 08:55:49 +02:00
parent 29e442bb51
commit 4b959d0444
1 changed files with 13 additions and 0 deletions

View File

@ -20,6 +20,19 @@
overflow-y: auto; overflow-y: auto;
height: 100%; 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> </style>
<body class="position-relative"> <body class="position-relative">
<nav class="layer" id="layer"> <nav class="layer" id="layer">