3v324v23 commited on
Commit
4350777
·
1 Parent(s): ba39959
Files changed (1) hide show
  1. streamlit_simulation/app.py +5 -0
streamlit_simulation/app.py CHANGED
@@ -96,6 +96,11 @@ st.markdown(f"""
96
  border: none !important;
97
  border-radius: 5px !important;
98
  }}
 
 
 
 
 
99
 
100
  </style>
101
  """, unsafe_allow_html=True)
 
96
  border: none !important;
97
  border-radius: 5px !important;
98
  }}
99
+
100
+ /* Verhindert horizontale Scrollbar */
101
+ body, html {{
102
+ overflow-x: hidden !important;
103
+ }}
104
 
105
  </style>
106
  """, unsafe_allow_html=True)