Redmind commited on
Commit
e695a85
·
verified ·
1 Parent(s): 02f0459

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -686,9 +686,10 @@ css = """
686
  /* The rest of the CSS is similar to button1 */
687
  }
688
  .logout-link {
689
- position: absolute;
690
  top: 10px;
691
  right: 10px;
 
692
  font-size: 14px;
693
  color: #007BFF;
694
  background: none;
 
686
  /* The rest of the CSS is similar to button1 */
687
  }
688
  .logout-link {
689
+ position: fixed;
690
  top: 10px;
691
  right: 10px;
692
+ width:50px;
693
  font-size: 14px;
694
  color: #007BFF;
695
  background: none;