mango-ui-v2/components/charting_library/bundles/90.325b9405f45d6fda33a6.css

40 lines
879 B
CSS

.separator-1fBbiGH4 {
border-top: 1px solid #e0e3eb;
}
html.theme-dark .separator-1fBbiGH4 {
border-top: 1px solid #434651;
}
.scrollable-1was6mON {
flex: 1 1 auto;
overflow-y: auto;
overflow-x: hidden;
min-height: 145px;
-webkit-overflow-scrolling: touch;
}
@media screen and (max-height: 290px) {
.scrollable-1was6mON {
min-height: auto;
}
}
.scrollable-1was6mON::-webkit-scrollbar {
width: 5px;
height: 5px;
}
.scrollable-1was6mON::-webkit-scrollbar-thumb {
border: 1px solid;
border-color: #f1f3f6;
border-radius: 3px;
background-color: #9598a1;
}
html.theme-dark .scrollable-1was6mON::-webkit-scrollbar-thumb {
background-color: #363a45;
border-color: #1e222d;
}
.scrollable-1was6mON::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 3px;
}
.scrollable-1was6mON::-webkit-scrollbar-corner {
display: none;
}