UI : Fix Body Scroll issue (#7378)

This commit is contained in:
Sachin Chaurasiya 2022-09-12 15:44:29 +05:30 committed by GitHub
parent 1b5d93dc77
commit 41f53dab3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@
body { body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
overflow: hidden;
background: #f8f9fa; background: #f8f9fa;
} }
a { a {