3v324v23 commited on
Commit
c3d6e37
·
1 Parent(s): fb07d6b

tryout without plot

Browse files
Files changed (1) hide show
  1. streamlit_simulation/app.py +3 -1
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
- width: 0px;
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>