Chaplain0908 commited on
Commit
7c75dd0
·
verified ·
1 Parent(s): 76e99a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -172,8 +172,9 @@ html, body {
172
  scrollbar-width: none !important; /* Firefox */
173
  -ms-overflow-style: none !important; /* IE/Edge */
174
  }
175
- .stApp::-webkit-scrollbar {
176
- display: none !important; /* Chrome/Safari */
 
177
  }
178
  [data-testid="stAppViewContainer"] {
179
  overflow: visible !important;
 
172
  scrollbar-width: none !important; /* Firefox */
173
  -ms-overflow-style: none !important; /* IE/Edge */
174
  }
175
+ .stApp {
176
+ overflow: hidden !important;
177
+ height: auto !important;
178
  }
179
  [data-testid="stAppViewContainer"] {
180
  overflow: visible !important;