File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -196,23 +196,24 @@ em {
196
196
right : 20px ;
197
197
top : 10px ;
198
198
width : 20% ;
199
- max- height: 90% ;
199
+ height : 90% ;
200
200
}
201
201
202
202
.VisualizationMainPage .bigo {
203
203
border-collapse : collapse; /* Ensures borders are not doubled */
204
- position : absolute;
205
- min-width : 35% ;
204
+ position : absolute;
205
+ min-width : 35% ;
206
206
}
207
207
208
- .bigo th , .bigo td {
209
- padding : 5px ;
208
+ .bigo th ,
209
+ .bigo td {
210
+ padding : 5px ;
210
211
min-width : 50px ;
211
212
color : black;
212
213
border : 1px solid gray; /* Adds border to table cells */
213
214
}
214
215
215
- .bigo table {
216
+ .bigo table {
216
217
border-collapse : collapse;
217
218
width : 100% ;
218
219
}
@@ -228,17 +229,18 @@ em {
228
229
}
229
230
230
231
.VisualizationMainPage .modal-content {
231
- padding : 15px 30px 15px 30px ;
232
- height : 100% ;
233
- border-radius : 20px ;
234
- background-color : var (--control );
235
- transition : all 0.4s ease 0s ;
236
- box-shadow : 0px 0px 5px var (--shadow );
232
+ max-height : 100% ;
233
+ overflow-y : auto; /* Adds a vertical scrollbar when content exceeds max height */
234
+ padding : 15px 30px 15px 30px ;
235
+ border-radius : 20px ;
236
+ background-color : var (--control );
237
+ transition : all 0.4s ease 0s ;
238
+ box-shadow : 0px 0px 5px var (--shadow );
237
239
}
238
240
239
241
.VisualizationMainPage .modal-content ul {
240
- list-style-type : none; /* Makes bullet points invisible */
241
- padding-left : 0 ; /* Removes default padding */
242
+ list-style-type : none; /* Makes bullet points invisible */
243
+ padding-left : 0 ; /* Removes default padding */
242
244
}
243
245
244
246
.VisualizationMainPage .modal-content li {
You can’t perform that action at this time.
0 commit comments