pixel perfect
This commit is contained in:
@@ -225,3 +225,13 @@ tbody tr {
|
||||
animation: shimmer 5s infinite;
|
||||
content: "";
|
||||
}
|
||||
|
||||
* {
|
||||
scrollbar-width: none; /* برای فایرفاکس */
|
||||
-ms-overflow-style: none; /* برای اینترنت اکسپلورر و اج */
|
||||
}
|
||||
|
||||
/* برای Webkit (کروم، سافاری و اپرا) */
|
||||
*::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user