mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: topic progress wrapper positioning regression
Followup to 94ed54a616
This commit is contained in:
parent
02e6f4c5d4
commit
6d7b8a71c0
@ -85,6 +85,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
z-index: z("timeline");
|
z-index: z("timeline");
|
||||||
|
// max-width + bottom + left/right makes this element take up the whole width
|
||||||
|
// albeit as a transparent row, but we disable pointer-events to allow user to
|
||||||
|
// interact with visible elements at bottom of viewport
|
||||||
|
pointer-events: none;
|
||||||
|
> * {
|
||||||
|
// and then we reset for its children
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
&.docked {
|
&.docked {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -70px;
|
bottom: -70px;
|
||||||
|
Loading…
Reference in New Issue
Block a user