king
2021-09-26 6a0110feb3eb6515447c5a477f20eeaaaabb328b
src/tabviews/custom/components/card/data-card/index.scss
@@ -4,6 +4,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20px;
  overflow-y: auto;
  >.button-list.toolbar-button {
    padding: 0;
@@ -128,7 +129,21 @@
    text-align: right;
  }
}
.custom-data-card-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.custom-data-card-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
  background: rgba(0, 0, 0, 0.13);
}
.custom-data-card-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  background: rgba(0, 0, 0, 0);
}
.custom-card-box::after {
  content: ' ';
  display: block;