login/register update

This commit is contained in:
2023-12-20 22:45:32 +08:00
parent 29fe82a05b
commit c0a044355b
8 changed files with 299 additions and 84 deletions

View File

@@ -875,12 +875,22 @@ body.light-mode .video-bg:before {
}
}
::-webkit-scrollbar {
width: 6px;
border-radius: 10px;
}
/*::-webkit-scrollbar {*/
/* width: 6px;*/
/* height: 0px;*/
/* border-radius: 10px;*/
/*}*/
::-webkit-scrollbar-thumb {
background: var(--scrollbar-bg);
border-radius: 10px;
}
*::-webkit-scrollbar {
display: none;
}
* {
scrollbar-width: none;
}
* {
-ms-overflow-style: none;
}