Muhammad Abdiel Al Hafiz commited on
Commit
a8f5c0e
·
1 Parent(s): fe44a5a

get back to css again

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -64,13 +64,11 @@ example_images = [
64
  # Custom CSS for HTML height
65
  css = """
66
  .scrollable-html {
67
- min-height: 207px;
68
- max-height: 250px;
69
  overflow-y: auto;
70
  border: 1px solid #ccc;
71
  padding: 10px;
72
  box-sizing: border-box;
73
- transition: max-height 0.3s ease;
74
  }
75
  """
76
 
 
64
  # Custom CSS for HTML height
65
  css = """
66
  .scrollable-html {
67
+ height: 206px;
 
68
  overflow-y: auto;
69
  border: 1px solid #ccc;
70
  padding: 10px;
71
  box-sizing: border-box;
 
72
  }
73
  """
74