giannantonio15 commited on
Commit
281b59a
·
verified ·
1 Parent(s): 6ea21bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -71,12 +71,14 @@ css = """
71
  position: relative;
72
  }
73
 
 
74
  #colonnaElementi{
75
  position: absolute;
76
  left: 77%;
77
  top: 10%;
78
  bottom: 10%; /* Adjust this value as necessary */
79
- width: 11%;
 
80
  max-height: 80%; /* Ensure it does not exceed 80% of the parent container's height */
81
  overflow-y: auto; /* Allow scrolling if content overflows vertically */
82
  overflow-x: hidden; /* Hide horizontal overflow */
@@ -106,9 +108,6 @@ css = """
106
  width: 12%
107
  }
108
 
109
- #dropdown{
110
- width: 12%
111
- }
112
 
113
  """
114
  user_message=""
 
71
  position: relative;
72
  }
73
 
74
+
75
  #colonnaElementi{
76
  position: absolute;
77
  left: 77%;
78
  top: 10%;
79
  bottom: 10%; /* Adjust this value as necessary */
80
+ width: 10%;
81
+ height: auto; /* Let the height be determined by the top and bottom properties */
82
  max-height: 80%; /* Ensure it does not exceed 80% of the parent container's height */
83
  overflow-y: auto; /* Allow scrolling if content overflows vertically */
84
  overflow-x: hidden; /* Hide horizontal overflow */
 
108
  width: 12%
109
  }
110
 
 
 
 
111
 
112
  """
113
  user_message=""