This commit is contained in:
hamid zarghami
2024-12-25 18:09:15 +03:30
parent 6d5ce71b2f
commit 75d71e11fb
10 changed files with 233 additions and 4 deletions
+9
View File
@@ -53,3 +53,12 @@ textarea::placeholder {
.otp div {
width: 100%;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}