discourse/app/assets
Steven Chang 71585c9ec9
FIX: remove embed mode horizontal overflow and z-index issue (#39499)
**Before** on small widths, there is an horizontal overflow beyond the
document width. This is caused by the `.read-state` indicator being
placed in the `#main-outlet-wrapper` padding in regular mode. In embed
mode, the wrapper does not have a padding, and thus the indicator forces
the overflow.

There is also an issue where the topic progress overlaps over the docked
composer.

Screen recording of blog.discourse.org:


https://github.com/user-attachments/assets/ffabbef8-beb5-495a-b383-082bb165958c

<details>
<summary>Before</summary>


https://github.com/user-attachments/assets/0cbfcd64-ddaa-48de-975c-ddcf14f25ff6

</details>

**This commit** adjusts the `post-infos` div to the left a bit so that
the `.read-state` indicator can still be within the window frame while
keeping the timestamp close to the right.

Also updates the z-index of the docked composer in embed mode.


https://github.com/user-attachments/assets/a4578057-46e5-440e-9684-18f83c536a17
2026-04-24 08:06:54 -07:00
..
images
stylesheets FIX: remove embed mode horizontal overflow and z-index issue (#39499) 2026-04-24 08:06:54 -07:00