| | |
| | | |
| | | .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 { |
| | |
| | | top: 0; |
| | | height: 100%; |
| | | width: 300px; |
| | | background: #262626; |
| | | background: #ffffff; |
| | | box-shadow: 0px 2px 2px #000; |
| | | } |
| | | |
| | |
| | | height: 100%; |
| | | overflow-y: auto; |
| | | overflow-x: hidden; |
| | | background-color: #f5f5f9; |
| | | box-shadow: 0px 0px 3px #d1d1d5; |
| | | } |
| | | .mob-shell-inner::-webkit-scrollbar { |
| | | width: 4px; |