announcement

This commit is contained in:
hamid zarghami
2025-10-12 09:46:03 +03:30
parent c11c331fb9
commit e8c657f573
14 changed files with 538 additions and 24 deletions
+8
View File
@@ -196,3 +196,11 @@ textarea::placeholder {
.rmdp-container {
width: 100%;
}
* {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}
*::-webkit-scrollbar {
display: none; /* Safari and Chrome */
}