king
2020-06-19 cd42d41344f0f780e0c0ac0a3625aeb78160f9dd
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;
    }
@@ -85,7 +86,7 @@
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #f5f5f9;
        box-shadow: 0px 0px 3px #d1d1d5;
      }
      .mob-shell-inner::-webkit-scrollbar {
        width: 4px;