AymanKUMA commited on
Commit
f65935e
1 Parent(s): fcb8b55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -18
app.py CHANGED
@@ -161,24 +161,6 @@ if __name__ == '__main__':
161
  background-color: #333;
162
  zindex: 9999999
163
  }
164
- ::-webkit-scrollbar {
165
- width: 10px;
166
- }
167
-
168
- /* Track */
169
- ::-webkit-scrollbar-track {
170
- background: #f1f1f1;
171
- }
172
-
173
- /* Handle */
174
- ::-webkit-scrollbar-thumb {
175
- background: #888;
176
- }
177
-
178
- /* Handle on hover */
179
- ::-webkit-scrollbar-thumb:hover {
180
- background: #555;
181
- }
182
  </style>
183
  '''
184
 
 
161
  background-color: #333;
162
  zindex: 9999999
163
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
  </style>
165
  '''
166