Muhammad Abdiel Al Hafiz commited on
Commit
a8296f6
·
1 Parent(s): b992727

adjust css

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -69,11 +69,11 @@ example_images = [
69
  # Custom CSS for HTML height
70
  css = """
71
  .scrollable-html {
72
- height: 240px; /* Adjust this height as needed */
73
- overflow-y: auto; /* Enable vertical scrolling */
74
- border: 1px solid #ccc; /* Optional: border for visibility */
75
- padding: 10px; /* Optional: padding for content */
76
- box-sizing: border-box; /* Include padding in height calculation */
77
  }
78
  """
79
 
 
69
  # Custom CSS for HTML height
70
  css = """
71
  .scrollable-html {
72
+ height: 210px;
73
+ overflow-y: auto;
74
+ border: 1px solid #ccc;
75
+ padding: 10px;
76
+ box-sizing: border-box;
77
  }
78
  """
79