new estatistica page

This commit is contained in:
2025-06-12 18:11:49 -03:00
parent 2764dbdc4e
commit 8cf184fa46
14 changed files with 852 additions and 7 deletions

View File

@@ -88,4 +88,10 @@ body, html {
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background: #555;
}
.scrollbar-hide {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer and Edge */
overflow: -moz-scrollbars-none; /* Old versions of Firefox */
}