If the ‘Toolbar in a Single Place’ is stuck via Wordpress Menu, it overwrites the Cwicly toolbar.
Environment info
- WordPress version: 6.3
- Cwicly Plugin version: 1.2.9.9.2
If the ‘Toolbar in a Single Place’ is stuck via Wordpress Menu, it overwrites the Cwicly toolbar.
Environment info
Hey @weedor.
Can you please update to the most recent version and see if the issue persists?
Also check this linked thread for more related info.
Hi @Marius,
Thanks for the answer.
In fact, I checked, and the issue seems to come from a line of CSS I added:
.block-editor-block-contextual-toolbar {
zoom: .75;
}
When I remove this line, everything is back to being okay.