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

@@ -849,4 +849,27 @@ body.elementor-page > div[data-elementor-type=single-page] {
#center-header-box > .e-con-inner .center-header-box-contact {
display: none;
}
}
#scroller-rows {
overflow: hidden;
}
#scroller-rows > .e-con-inner {
overflow: auto;
padding-right: 20px;
/* Track */
/* Handle */
/* Handle on hover */
}
#scroller-rows > .e-con-inner::-webkit-scrollbar {
width: 10px;
}
#scroller-rows > .e-con-inner::-webkit-scrollbar-track {
background: #f4f4f4;
}
#scroller-rows > .e-con-inner::-webkit-scrollbar-thumb {
background: #d9d9d9;
}
#scroller-rows > .e-con-inner::-webkit-scrollbar-thumb:hover {
background: #afafaf;
}/*# sourceMappingURL=custom.css.map */