This commit is contained in:
Roman Pyrih
2024-08-08 09:41:16 +02:00
parent 4c9edc5bd9
commit 9ff8c441d5
4 changed files with 68 additions and 2 deletions

View File

@@ -1033,3 +1033,31 @@ body.elementor-page {
}
}
}
#scroller-rows {
overflow: hidden;
> .e-con-inner {
overflow: auto;
padding-right: 20px;
&::-webkit-scrollbar {
width: 10px;
}
/* Track */
&::-webkit-scrollbar-track {
background: #f4f4f4;
}
/* Handle */
&::-webkit-scrollbar-thumb {
background: #d9d9d9;
}
/* Handle on hover */
&::-webkit-scrollbar-thumb:hover {
background: #afafaf;
}
}
}