fix(style): body scroll

This commit is contained in:
jialin
2024-10-22 18:37:45 +08:00
parent c442a33d5e
commit bc9129bcbe
6 changed files with 39 additions and 8 deletions
+4
View File
@@ -171,6 +171,10 @@ body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
&::-webkit-scrollbar {
width: 0;
}
.ant-modal-confirm-title {
display: none;
}