refactor(styles): remove unused scroll-container styles from globals.css

This commit is contained in:
Abhimanyu Yadav
2025-06-11 19:01:27 +05:30
parent 19382072b1
commit 0b602600cb

View File

@@ -150,11 +150,3 @@ input[type="number"]::-webkit-inner-spin-button {
input[type="number"] {
-moz-appearance: textfield;
}
.scroll-container {
max-height: 200px;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none; /* IE and Edge: hide scrollbar */
transition: scrollbar-width 0.3s ease;
}