🐞 fix:删除scrollbar__view高度限制

This commit is contained in:
preschooler
2024-08-22 02:13:51 +08:00
parent ca6b61f553
commit ca3e47f673
4 changed files with 5 additions and 26 deletions

View File

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