Spaces:
Running
Running
tryout without plot
Browse files
streamlit_simulation/app.py
CHANGED
@@ -99,10 +99,12 @@ st.markdown(f"""
|
|
99 |
|
100 |
body, html {{
|
101 |
overflow-x: hidden !important;
|
|
|
102 |
}}
|
103 |
|
|
|
104 |
::-webkit-scrollbar {{
|
105 |
-
|
106 |
}}
|
107 |
|
108 |
</style>
|
|
|
99 |
|
100 |
body, html {{
|
101 |
overflow-x: hidden !important;
|
102 |
+
scrollbar-width: none; /* Firefox */
|
103 |
}}
|
104 |
|
105 |
+
/* Für Chrome, Safari, Edge */
|
106 |
::-webkit-scrollbar {{
|
107 |
+
display: none;
|
108 |
}}
|
109 |
|
110 |
</style>
|