UX: fix positioning of back button on progress bar (#12847)

This commit is contained in:
Kris 2021-04-27 14:24:04 -04:00 committed by GitHub
parent 7a3f2eb3fd
commit b6aacc4c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -84,7 +84,7 @@
margin-bottom: 0px; margin-bottom: 0px;
position: absolute; position: absolute;
right: 0; right: 0;
top: -2em; top: -120%; // above parent container + some extra space
.btn { .btn {
margin: 0; margin: 0;
} }

View File

@ -28,6 +28,10 @@
} }
} }
.progress-back-container {
top: -100%; // above parent container + some extra space
}
#topic-progress-wrapper { #topic-progress-wrapper {
position: fixed; position: fixed;
right: 10px; // match 10px padding on .wrap right: 10px; // match 10px padding on .wrap