Spaces:
Sleeping
Sleeping
Tom
Claude
commited on
Commit
·
e41d678
1
Parent(s):
8c1e2c8
Remove overflow-y scroll from textarea input
Browse filesThis improves the textarea behavior by removing the automatic scrollbar.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
app.py
CHANGED
|
@@ -103,6 +103,7 @@ textarea, input {
|
|
| 103 |
background: rgba(30, 58, 95, 0.6) !important;
|
| 104 |
color: white !important;
|
| 105 |
border-color: rgba(255, 255, 255, 0.2) !important;
|
|
|
|
| 106 |
}
|
| 107 |
textarea::placeholder {
|
| 108 |
color: rgba(255, 255, 255, 0.5) !important;
|
|
|
|
| 103 |
background: rgba(30, 58, 95, 0.6) !important;
|
| 104 |
color: white !important;
|
| 105 |
border-color: rgba(255, 255, 255, 0.2) !important;
|
| 106 |
+
overflow-y: visible !important;
|
| 107 |
}
|
| 108 |
textarea::placeholder {
|
| 109 |
color: rgba(255, 255, 255, 0.5) !important;
|