pixel perfect

This commit is contained in:
hamid zarghami
2025-03-02 15:59:13 +03:30
parent 8adce17e41
commit 01e7de3a8b
14 changed files with 42 additions and 37 deletions
+10
View File
@@ -225,3 +225,13 @@ tbody tr {
animation: shimmer 5s infinite;
content: "";
}
* {
scrollbar-width: none; /* برای فایرفاکس */
-ms-overflow-style: none; /* برای اینترنت اکسپلورر و اج */
}
/* برای Webkit (کروم، سافاری و اپرا) */
*::-webkit-scrollbar {
display: none;
}