Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -20,7 +20,7 @@ st.markdown(
|
|
20 |
/* Create a fixed container at the top */
|
21 |
.fixed-container {
|
22 |
position: fixed;
|
23 |
-
top:
|
24 |
left: 0;
|
25 |
right: 0;
|
26 |
background: white;
|
|
|
20 |
/* Create a fixed container at the top */
|
21 |
.fixed-container {
|
22 |
position: fixed;
|
23 |
+
top: 3rem; /* Position below Streamlit header */
|
24 |
left: 0;
|
25 |
right: 0;
|
26 |
background: white;
|