mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
refactor(styles): remove unused scroll-container styles from globals.css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user