You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
I created a new block with create-guten-block: It loads all backend styles. -> Performance problem. Even a Google font style is being loaded and that's a real problem for GDPR.
I installed Gutenberg 7.5: Backend styles are loaded and there is a new backend-style for mobile devices:
html {
position: fixed;
width: 100%;
}
-> EVERY website with create-guten-block and Gutenberg 7.5 can't be scrolled on mobile
Without cgb-block:
With cgb-block
I can confirm for every website, every theme and every block I created with cgb and with Gutenberg 7.5.
Issue in Gutenberg github: WordPress/gutenberg#20214
The text was updated successfully, but these errors were encountered:
-> EVERY website with create-guten-block and Gutenberg 7.5 can't be scrolled on mobile
Without cgb-block:
With cgb-block
I can confirm for every website, every theme and every block I created with cgb and with Gutenberg 7.5.
Issue in Gutenberg github: WordPress/gutenberg#20214
The text was updated successfully, but these errors were encountered: