Dmytro Pushkarchuk

Results 33 comments of 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. ![Graphql Smart Cache panel](https://github.com/wp-graphql/wp-graphql-smart-cache/assets/32335730/5613f771-594d-406f-9909-f4d5b4e9744b)

@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.

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...