fix problem

This commit is contained in:
hamid zarghami
2025-11-12 14:42:02 +03:30
parent d36b8e40f0
commit 1ad0424ace
6 changed files with 52 additions and 6 deletions
+9
View File
@@ -47,3 +47,12 @@ textarea::placeholder {
--color-description: #c3c7dd;
--color-desc: #8c90a3;
}
::-webkit-scrollbar {
display: none;
}
body,
html {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}