Spaces:
Sleeping
Sleeping
Akis Giannoukos
commited on
Commit
·
10ea550
1
Parent(s):
e1c4e0a
Back Button Position
Browse files
app.py
CHANGED
|
@@ -721,7 +721,7 @@ def create_demo():
|
|
| 721 |
padding: 8px 16px !important;
|
| 722 |
}
|
| 723 |
#back-btn {
|
| 724 |
-
position: absolute; top:
|
| 725 |
width: auto !important; min-width: 80px !important; max-width: 100px !important;
|
| 726 |
padding: 8px 16px !important;
|
| 727 |
}
|
|
|
|
| 721 |
padding: 8px 16px !important;
|
| 722 |
}
|
| 723 |
#back-btn {
|
| 724 |
+
position: absolute; top: 8px; right: 8px; z-index: 10;
|
| 725 |
width: auto !important; min-width: 80px !important; max-width: 100px !important;
|
| 726 |
padding: 8px 16px !important;
|
| 727 |
}
|