1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-06 20:33:33 +01:00

refs #368 Enable scroll in side menu

This commit is contained in:
AkiraFukushima 2018-06-05 00:39:37 +09:00
parent 94b7c47a3a
commit 4abfc041b4

View File

@ -137,9 +137,10 @@ export default {
position: fixed;
top: 70px;
left: 65px;
height: 100%;
height: calc(100% - 70px);
width: 180px;
border: none;
overflow-y: auto;
.el-badge__content {
background-color: #409eff;