|
|
@ -146,3 +146,28 @@ iframe { |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollYDesign::-webkit-scrollbar { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
left: 1px; |
|
|
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
z-index: 2; |
|
|
|
|
|
|
|
width: 4px; |
|
|
|
|
|
|
|
/* width: 5px !important; */ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollYDesign::-webkit-scrollbar-button { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
appearance: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollYDesign::-webkit-scrollbar-thumb { |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
background-color: #12cf7f; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scrollYDesign::-webkit-scrollbar-track { |
|
|
|
|
|
|
|
background-color: transparent !important; |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
appearance: none; |
|
|
|
|
|
|
|
} |
|
|
|