Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -26,7 +26,7 @@ st.markdown(
|
|
26 |
background: white;
|
27 |
z-index: 999;
|
28 |
padding: 0;
|
29 |
-
box-shadow: 0
|
30 |
}
|
31 |
|
32 |
/* Add padding to the main content to prevent overlap */
|
|
|
26 |
background: white;
|
27 |
z-index: 999;
|
28 |
padding: 0;
|
29 |
+
box-shadow: 0 rgba(0,0,0,0.1);
|
30 |
}
|
31 |
|
32 |
/* Add padding to the main content to prevent overlap */
|