Dmytro Pushkarchuk
Dmytro Pushkarchuk
Persist scrollbar on html element (not the body) and set `` styles: ```css html { overflow-block: scroll; } .modalOverlay { scrollbar-gutter: stable; position: fixed; block-size: var(--visual-viewport-height); inline-size: 100vw; } ```
@ficod, yeah, I decided to convert them manually with Imagick: ```php
Is there some progress? Really hope to see it in some form soon. Thx.
@nmn, thx for the solution, but I think to avoid a 1px window where none of the conditions are met, we should add 1px to the lowest boundary, like `@media...
@jasonbahl, confirm, I have Object Caching disabled. 
@jasonbahl not exactly. The post has a status of `Draft` - everything is fine, the query `projects` gets MISS, without this drafted post), the query `project` by slug is also...
@jasonbahl, but I'm assuming that after changing the status to `Published` from `Draft`, the post should be publicly visible, including slug requests? Sorry if I'm not following correctly.
Oh, I get it. Will try to investigate more!
I have a page with a list of all projects with links to each of them (`projects` query). For example, one publication received the status of `Draft`. The following query...