design virtual pages

This commit is contained in:
isUnknown 2024-04-10 16:52:41 +02:00
parent 8e65a1cc64
commit c70b4890f8
12 changed files with 131 additions and 84 deletions

View file

@ -37,7 +37,7 @@ html {
* {
scrollbar-width: thin;
scrollbar-color: transparent transparent;
scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}
/* Works on Chrome, Edge, and Safari */
@ -52,7 +52,7 @@ html {
}
*::-webkit-scrollbar-thumb {
background-color: transparent;
background-color: rgba(255, 255, 255, 0.25);
border-radius: 0px;
border: none;
}