【处理】全局滚动条问题

This commit is contained in:
cherishsince 2024-05-17 23:47:53 +08:00
parent 2be1411179
commit 07241b5efb

View File

@ -54,4 +54,8 @@ body {
.#{$prefix-cls}-grey-mode {
filter: grayscale(100%);
}
.scrollbar__view {
height: 99%!important;
}
</style>