king
2021-09-26 6a0110feb3eb6515447c5a477f20eeaaaabb328b
src/menu/components/card/data-card/index.scss
@@ -6,6 +6,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20px;
  overflow-y: auto;
  
  .card-control {
    position: absolute;
@@ -85,6 +86,22 @@
    }
  }
}
.menu-data-card-edit-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.menu-data-card-edit-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);
}
.menu-data-card-edit-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);
}
.menu-data-card-edit-box::after {
  display: block;
  content: ' ';