style: hide scroll bar

This commit is contained in:
JustSong 2023-05-14 16:02:40 +08:00
parent 8835d8302e
commit 6167e20b34

View File

@ -5,6 +5,11 @@ body {
font-family: Lato, 'Helvetica Neue', Arial, Helvetica, "Microsoft YaHei", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scrollbar-width: none;
}
body::-webkit-scrollbar {
display: none;
}
code {