Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -528,7 +528,7 @@ st.markdown(
|
|
528 |
overflow: hidden;
|
529 |
|
530 |
position: absolute;
|
531 |
-
top:-
|
532 |
left:10px;
|
533 |
overflow: hidden;
|
534 |
background-color: tansparent;
|
@@ -537,7 +537,7 @@ st.markdown(
|
|
537 |
padding-right:40px;
|
538 |
z-index: 1;
|
539 |
width:88vw;
|
540 |
-
height:
|
541 |
/* Glass effect background */
|
542 |
background: rgba(255, 255, 255, 0.15);
|
543 |
backdrop-filter: blur(12px);
|
@@ -651,7 +651,7 @@ if st.session_state.show_overlay:
|
|
651 |
background: rgba(255, 255, 255, 0.15);
|
652 |
border-radius: 20px;
|
653 |
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
|
654 |
-
max-height:
|
655 |
max-width: 800px;
|
656 |
overflow: hidden;
|
657 |
margin-right: 15px;
|
@@ -666,7 +666,7 @@ if st.session_state.show_overlay:
|
|
666 |
|
667 |
/* Inner scrolling container */
|
668 |
.glass-container {
|
669 |
-
max-height:
|
670 |
overflow-y: auto;
|
671 |
padding: 16px 24px 16px 16px; /* right padding gives room for scrollbar */
|
672 |
}
|
|
|
528 |
overflow: hidden;
|
529 |
|
530 |
position: absolute;
|
531 |
+
top:-14px;
|
532 |
left:10px;
|
533 |
overflow: hidden;
|
534 |
background-color: tansparent;
|
|
|
537 |
padding-right:40px;
|
538 |
z-index: 1;
|
539 |
width:88vw;
|
540 |
+
height:600px;
|
541 |
/* Glass effect background */
|
542 |
background: rgba(255, 255, 255, 0.15);
|
543 |
backdrop-filter: blur(12px);
|
|
|
651 |
background: rgba(255, 255, 255, 0.15);
|
652 |
border-radius: 20px;
|
653 |
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
|
654 |
+
max-height: 400px;
|
655 |
max-width: 800px;
|
656 |
overflow: hidden;
|
657 |
margin-right: 15px;
|
|
|
666 |
|
667 |
/* Inner scrolling container */
|
668 |
.glass-container {
|
669 |
+
max-height: 390px;
|
670 |
overflow-y: auto;
|
671 |
padding: 16px 24px 16px 16px; /* right padding gives room for scrollbar */
|
672 |
}
|