king
2024-11-07 4f937074a3cf8b56d86139f9ea6bf98f9682e63b
src/tabviews/custom/components/card/double-data-card/index.scss
@@ -286,10 +286,21 @@
          margin-bottom: 0!important;
        }
      }
      div:last-child {
      .extend-card:last-child:not(:only-child) {
        position: sticky;
        bottom: 0;
        z-index: 1;
        .card-item-box {
          margin-top: 0!important;
          margin-bottom: 0!important;
        }
      }
      >div:last-child {
        .sub-card-wrap {
          .card-item-box {
            border-bottom: none!important;
          >div:last-child {
            .card-item-box {
              border-bottom: none!important;
            }
          }
        }
      }