login/register update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user