hide scrollbar in command

This commit is contained in:
Aman Varshney
2025-04-20 11:53:58 +05:30
parent bf7f04ec38
commit 3fdbaa06b5
2 changed files with 18 additions and 4 deletions

View File

@@ -70,3 +70,11 @@
background-position: 200% 50%;
}
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}