king
2020-06-18 f59a500d24291d7f54b71dcca939a2a23dedca7c
src/views/mobdesign/index.scss
@@ -38,13 +38,14 @@
        .useable-component {
          position: absolute;
          width: 300px;
          width: 305px;
          top: 0;
          bottom: 0;
          left: -340px;
          background: #fff;
          opacity: 0;
          transition: left 0.3s, opacity 0.3s;
          transition: left 0.3s linear 0.1s, opacity 0.3s linear 0.1s;
          overflow-y: auto;
        }
      }
      .mob-tool-content:hover {
@@ -67,7 +68,7 @@
      top: 0;
      height: 100%;
      width: 300px;
      background: #262626;
      background: #ffffff;
      box-shadow: 0px 2px 2px #000;
    }