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:
parent
94b7c47a3a
commit
4abfc041b4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user