Spaces:
Sleeping
Sleeping
sedrick-keh-tri commited on
Commit ·
ce4f901
1
Parent(s): 2cd70f2
fix scrolling
Browse files
app.py
CHANGED
|
@@ -125,7 +125,8 @@ css = """
|
|
| 125 |
/* Make table container scrollable */
|
| 126 |
.table-wrap {
|
| 127 |
max-height: 600px !important;
|
| 128 |
-
overflow: auto !important;
|
|
|
|
| 129 |
}
|
| 130 |
|
| 131 |
/* Ensure table uses fixed layout */
|
|
|
|
| 125 |
/* Make table container scrollable */
|
| 126 |
.table-wrap {
|
| 127 |
max-height: 600px !important;
|
| 128 |
+
overflow-y: auto !important;
|
| 129 |
+
overflow-x: visible !important;
|
| 130 |
}
|
| 131 |
|
| 132 |
/* Ensure table uses fixed layout */
|