Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -12,7 +12,8 @@ custom_css = """
|
|
12 |
background: white !important;
|
13 |
border-radius: 12px !important;
|
14 |
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
|
15 |
-
overflow:
|
|
|
16 |
border: 1px solid #e8ecef !important;
|
17 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
|
18 |
}
|
@@ -20,7 +21,7 @@ custom_css = """
|
|
20 |
.dataframe th {
|
21 |
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
|
22 |
color: #2c3e50 !important;
|
23 |
-
font-weight:
|
24 |
font-size: 11px !important;
|
25 |
padding: 16px 12px !important;
|
26 |
text-align: center !important;
|
|
|
12 |
background: white !important;
|
13 |
border-radius: 12px !important;
|
14 |
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08) !important;
|
15 |
+
overflow: auto !important;
|
16 |
+
-webkit-overflow-scrolling: touch;
|
17 |
border: 1px solid #e8ecef !important;
|
18 |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
|
19 |
}
|
|
|
21 |
.dataframe th {
|
22 |
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
|
23 |
color: #2c3e50 !important;
|
24 |
+
font-weight: 400 !important;
|
25 |
font-size: 11px !important;
|
26 |
padding: 16px 12px !important;
|
27 |
text-align: center !important;
|