Spaces:
Sleeping
Sleeping
acharyaaditya26
commited on
Commit
•
2025591
1
Parent(s):
555f91b
Update static/style.css
Browse files- static/style.css +8 -0
static/style.css
CHANGED
@@ -17,4 +17,12 @@ body {
|
|
17 |
|
18 |
.result-content {
|
19 |
margin-top: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
}
|
|
|
17 |
|
18 |
.result-content {
|
19 |
margin-top: 10px;
|
20 |
+
}
|
21 |
+
|
22 |
+
.scrollable-results {
|
23 |
+
max-height: 80vh;
|
24 |
+
overflow-y: auto;
|
25 |
+
border: 1px solid #ccc;
|
26 |
+
padding: 10px;
|
27 |
+
border-radius: 5px;
|
28 |
}
|