mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-09-22 06:10:36 +00:00
fix: update styles for an adaptive height (#157)
This commit is contained in:
@@ -141,13 +141,14 @@ const filterMenus = (menus: any[]) => {
|
||||
.side-bar {
|
||||
background: #252a2f;
|
||||
height: 100%;
|
||||
min-height: 700px;
|
||||
position: relative;
|
||||
margin-bottom: 100px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.el-menu-vertical:not(.el-menu--collapse) {
|
||||
width: 200px;
|
||||
width: 220px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user