mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
UX: fix positioning of back button on progress bar (#12847)
This commit is contained in:
parent
7a3f2eb3fd
commit
b6aacc4c2d
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user