idolezal commited on
Commit
f3ec01f
β€’
1 Parent(s): b8b9da0

[Fix Chromium browser] Remove useless scrollbar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ footer {visibility: hidden}
298
  position: absolute;
299
  top: 0;
300
  right: 0;
301
- bottom: -1px;
302
  content: "";
303
  width: 30px;
304
  transform: translateX(100%);
 
298
  position: absolute;
299
  top: 0;
300
  right: 0;
301
+ bottom: 0;
302
  content: "";
303
  width: 30px;
304
  transform: translateX(100%);