Fix renderer view scroll & optmi behavior list padding style

This commit is contained in:
MrKBear 2022-04-10 17:05:02 +08:00
parent 0e1a070390
commit 3351769106
2 changed files with 6 additions and 2 deletions

View File

@ -94,8 +94,8 @@ div.behavior-list {
}
div.behavior-content-view {
width: calc( 100% - 50px );
padding-right: 5px;
width: calc( 100% - 55px );
padding-right: 10px;
max-width: 125px;
height: $behavior-item-height;
display: flex;

View File

@ -119,6 +119,10 @@ div.app-container {
flex-shrink: 1;
}
div.app-panel.hide-scrollbar {
overflow: hidden;
}
div.app-panel.hide-scrollbar::-webkit-scrollbar {
width : 0; /*高宽分别对应横竖滚动条的尺寸*/
height: 0;