Fix renderer view scroll & optmi behavior list padding style

This commit is contained in:
2022-04-10 17:05:02 +08:00
parent 0e1a070390
commit 3351769106
2 changed files with 6 additions and 2 deletions
@@ -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;