neetnestor
commited on
Commit
•
6987850
1
Parent(s):
5189f41
Remove scroll bar in output card
Browse files- style/style.css +0 -1
style/style.css
CHANGED
@@ -137,7 +137,6 @@ textarea {
|
|
137 |
#output {
|
138 |
height: fit-content;
|
139 |
width: calc(100% - 20px);
|
140 |
-
overflow-y: scroll;
|
141 |
border: 1px solid #e5e7eb;
|
142 |
border-radius: 0.5rem;
|
143 |
padding: 10px;
|
|
|
137 |
#output {
|
138 |
height: fit-content;
|
139 |
width: calc(100% - 20px);
|
|
|
140 |
border: 1px solid #e5e7eb;
|
141 |
border-radius: 0.5rem;
|
142 |
padding: 10px;
|